We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 284d67f + d06f753 commit 63f94b5Copy full SHA for 63f94b5
vite.config.ts
@@ -6,6 +6,9 @@ import tsconfigPaths from "vite-tsconfig-paths";
6
7
export default defineConfig({
8
plugins: [react(), tsconfigPaths()],
9
+ server: {
10
+ port: 3000,
11
+ },
12
test: {
13
setupFiles: ['./tests/setupTests.ts'],
14
0 commit comments