Skip to content

Commit

Permalink
Use port 3000 (like before)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low committed Oct 14, 2024
1 parent 935c5a0 commit a475a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -7,6 +7,9 @@ export default defineConfig({
build: {
sourcemap: true,
},
server: {
port: 3000
},
envPrefix: 'REACT_APP_',
plugins: [react()]
})
Expand Down
1 change: 1 addition & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vitest/config';
import react from '@vitejs/plugin-react-swc';

// https://vitest.dev/config/
export default defineConfig({
test: {
environment: 'jsdom',
Expand Down

0 comments on commit a475a0d

Please sign in to comment.