Skip to content

Commit 63f94b5

Browse files
authored
Merge pull request #43 from lizlooney/pr_port_3000
Change port back to 3000 because otherwise client side storage is lost.
2 parents 284d67f + d06f753 commit 63f94b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import tsconfigPaths from "vite-tsconfig-paths";
66

77
export default defineConfig({
88
plugins: [react(), tsconfigPaths()],
9+
server: {
10+
port: 3000,
11+
},
912
test: {
1013
setupFiles: ['./tests/setupTests.ts'],
1114

0 commit comments

Comments
 (0)