let port be defualt

This commit is contained in:
Adam 2023-06-21 16:40:01 -04:00
parent 62f876ed52
commit 98cef012af

View file

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