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 bbfebe0 commit f8a0915Copy full SHA for f8a0915
apps/workers-builds/vite.config.mts
@@ -3,4 +3,7 @@ import { defineConfig } from 'vite'
3
4
export default defineConfig({
5
plugins: [cloudflare()],
6
+ server: {
7
+ port: 8976,
8
+ },
9
})
0 commit comments