We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126960b commit 193d914Copy full SHA for 193d914
builder-frontend/vite.config.js
@@ -8,7 +8,7 @@ export default defineConfig(({ mode }) => {
8
return {
9
plugins: [solid(), tsconfigPaths()],
10
server: {
11
- port: process.env.DEV_SERVER_PORT || 5173,
+ port: env.DEV_SERVER_PORT || 5173,
12
// Proxy to connect to backend
13
// https://vite.dev/config/server-options#server-proxy
14
proxy: {
0 commit comments