Init
This commit is contained in:
9
dev/squint/vite.config.js
Normal file
9
dev/squint/vite.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
root: ".",
|
||||
publicDir: "public",
|
||||
server: {
|
||||
port: 3002,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user