Skip to content

Commit ee2789a

Browse files
committed
move packages/tests/vite.config.ts to apps/test/vite.config.ts
1 parent c2f9db9 commit ee2789a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/tests/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 { solidStart } from "@solidjs/start/config";
3+
4+
export default defineConfig({
5+
server: {
6+
port: 3000,
7+
},
8+
plugins: [solidStart()]
9+
});

0 commit comments

Comments
 (0)