Skip to content

Commit

Permalink
Use port 4322 for the doj-demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Mar 11, 2024
1 parent 9e1222c commit b8ef701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/doj-demo/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
}),
],
server: {
port: 80,
port: 4322,
},
});

Expand Down

0 comments on commit b8ef701

Please sign in to comment.