change port

This commit is contained in:
Adam 2023-06-19 00:05:34 -04:00
parent 3527ad1f52
commit 62f876ed52

View file

@ -3,4 +3,5 @@ import { defineConfig } from "vite";
export default defineConfig({
plugins: [solid()],
server: { port: 3006 },
});