Skip to content

Commit

Permalink
fixed launching the deveserver on the wrong port
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 11, 2023
1 parent b6bb6b3 commit 788cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
envDir: path.resolve(__dirname, "./env"),
appType: "spa",
server: {
port: 8000,
port: 3000,
strictPort: true,
open: false,
proxy: {
Expand Down

0 comments on commit 788cfe3

Please sign in to comment.