fix: sh-admin not properly loading in env variables
This commit is contained in:
parent
b08b63dc73
commit
a1764023f3
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export default defineConfig({
|
||||||
process.env.HOPP_ALLOW_RUNTIME_ENV
|
process.env.HOPP_ALLOW_RUNTIME_ENV
|
||||||
? "VITE_BUILDTIME_"
|
? "VITE_BUILDTIME_"
|
||||||
: "VITE_",
|
: "VITE_",
|
||||||
|
envDir: path.resolve(__dirname, "../.."),
|
||||||
server: {
|
server: {
|
||||||
port: 3100,
|
port: 3100,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue