fix: sh-admin not properly loading in env variables
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user