Skip to content

Commit

Permalink
specify port
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 5, 2023
1 parent 577fd58 commit 7f894cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import topLevelAwait from "vite-plugin-top-level-await";
/** @type {import("vite").UserConfig} */
const config = {
plugins: [wasm(), topLevelAwait()],
server: {
port: 5173,
},
};

if ("REPOSITORY" in process.env) {
Expand Down

0 comments on commit 7f894cc

Please sign in to comment.