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.
1 parent 284d67f commit d06f753Copy full SHA for d06f753
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