generated from gxc-solutions/gxc-template-repo
Initial commit
This commit is contained in:
commit
e735f59f79
25 changed files with 2946 additions and 0 deletions
11
playground/vite.config.ts
Normal file
11
playground/vite.config.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import path from "node:path";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
root: path.resolve(__dirname),
|
||||
resolve: {},
|
||||
server: {
|
||||
open: true,
|
||||
port: 3200,
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue