chore: initialize monorepo with project scaffolding, configs, and CI setup
This commit is contained in:
7
apps/explorer-web/vite.config.ts
Normal file
7
apps/explorer-web/vite.config.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 4173,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user