Fix #5157 and cleanup some devcontainer code (#5162)

This commit is contained in:
Louis Lam
2024-10-07 19:06:28 +08:00
committed by GitHub
parent d0067a0a12
commit e773e454e9

View File

@@ -16,9 +16,7 @@ export default defineConfig({
}, },
define: { define: {
"FRONTEND_VERSION": JSON.stringify(process.env.npm_package_version), "FRONTEND_VERSION": JSON.stringify(process.env.npm_package_version),
"DEVCONTAINER": JSON.stringify(process.env.DEVCONTAINER), "process.env": {},
"GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN": JSON.stringify(process.env.GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN),
"CODESPACE_NAME": JSON.stringify(process.env.CODESPACE_NAME),
}, },
plugins: [ plugins: [
vue(), vue(),