Skip to content

Commit 10e671d

Browse files
committed
fix(typesync): undo vite.config changes. did not mean to commit them
1 parent 11a6fa0 commit 10e671d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/typesync/vite.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import 'react-dom';
88

99
export default defineConfig({
1010
root: './client',
11-
// server: {
12-
// port: 3000,
13-
// },
14-
// preview: {
15-
// port: 5000,
16-
// },
11+
server: {
12+
port: 3000,
13+
},
14+
preview: {
15+
port: 5000,
16+
},
1717
plugins: [
1818
tanstackRouter({
1919
target: 'react',

0 commit comments

Comments
 (0)