chore: rename to template
This commit is contained in:
parent
063dfe39e9
commit
c011186c37
46 changed files with 143 additions and 142 deletions
6
apps/vite-template/vite.config.ts
Normal file
6
apps/vite-template/vite.config.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue