This commit is contained in:
Adam 2023-06-18 15:40:45 -04:00
parent e8b67c199d
commit 009db2beba

View file

@ -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???
});