|
@ -4,7 +4,7 @@ const { exec } = require("child_process"); |
|
|
|
|
|
|
|
|
import.meta.env.VITE_GIT_HASH = gitDescribeSync().hash; |
|
|
import.meta.env.VITE_GIT_HASH = gitDescribeSync().hash; |
|
|
const TIME_SAFARI_APP_TITLE = |
|
|
const TIME_SAFARI_APP_TITLE = |
|
|
import.meta.env.TIME_SAFARI_APP_TITLE || require("./package.json").name; |
|
|
import.meta.env.VITE_TIME_SAFARI_APP_TITLE || require("./package.json").name; |
|
|
|
|
|
|
|
|
module.exports = defineConfig({ |
|
|
module.exports = defineConfig({ |
|
|
transpileDependencies: true, |
|
|
transpileDependencies: true, |
|
|