Skip to content

Commit fb7a64e

Browse files
committed
Revert "undo"
This reverts commit 1ae7c85.
1 parent 51f1c48 commit fb7a64e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vite.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { defineConfig } from 'vite';
2+
import react from '@vitejs/plugin-react';
3+
4+
export default defineConfig({
5+
plugins: [react()],
6+
server: {
7+
port: 3000
8+
}
9+
});

0 commit comments

Comments
 (0)