chore: homepage w package.json; __APP_HOMEPAGE__ w Vite; użycie w shareUtils
This commit is contained in:
@@ -5,7 +5,8 @@ import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
define: {
|
||||
'__APP_VERSION__': JSON.stringify(process.env.npm_package_version)
|
||||
'__APP_VERSION__': JSON.stringify(process.env.npm_package_version),
|
||||
'__APP_HOMEPAGE__': JSON.stringify(process.env.npm_package_homepage)
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
|
||||
Reference in New Issue
Block a user