fix: sh-admin not properly loading in env variables

This commit is contained in:
Andrew Bastin
2023-08-24 20:41:46 +05:30
parent b08b63dc73
commit a1764023f3

View File

@@ -18,6 +18,7 @@ export default defineConfig({
process.env.HOPP_ALLOW_RUNTIME_ENV
? "VITE_BUILDTIME_"
: "VITE_",
envDir: path.resolve(__dirname, "../.."),
server: {
port: 3100,
},