mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
chore: comment broken version
This commit is contained in:
parent
d2cae697b8
commit
7e9f3c8a1f
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ export function getVersion() {
|
|||
return 'import.meta.env.VITE_PACKAGE_VERSION'
|
||||
}
|
||||
|
||||
return `${import.meta.env['VITE_PACKAGE_VERSION']}-dev`
|
||||
// return `${import.meta.env['VITE_PACKAGE_VERSION']}`
|
||||
return 'undefined'
|
||||
}
|
||||
|
||||
export function getBaseURL() {
|
||||
|
|
Loading…
Add table
Reference in a new issue