Skip to content

Commit

Permalink
chore: update server port in workflow.js from 4321 to 54321 for fun :)
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Aug 6, 2024
1 parent 820b3a9 commit f766a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_flightdeck/workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
module.exports = (config, options) => {
config.setQuietMode(true); // reduce console
config.setServerOptions({
port: 4321, // like Astro
port: 54321, // like Astro
showVersion: true, // show the server version number on the command line
showAllHosts: false, // show local network IP address for device testing
});
Expand Down

0 comments on commit f766a22

Please sign in to comment.