fix select bridge
This commit is contained in:
@@ -5,6 +5,6 @@ import tsconfigPaths from 'vite-tsconfig-paths'
|
||||
export default defineConfig({
|
||||
plugins: [react(), tsconfigPaths()],
|
||||
server: {
|
||||
port: 3000,
|
||||
port: Number(process.env.PORT) || 3000,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user