wut
This commit is contained in:
parent
e8b67c199d
commit
009db2beba
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ import solid from "solid-start/vite";
|
|||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [solid()],
|
||||
plugins: [solid()],
|
||||
server: { port: 3000 }, // changing this breaks tailwind???
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue