This commit is contained in:
parent
1d6dfdd2e9
commit
85c15b3dad
9 changed files with 1121 additions and 2 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