use vite for repl
This commit is contained in:
parent
0d63ec9146
commit
645ea30b53
39 changed files with 3230 additions and 42511 deletions
7
repl/vite.config.js
Normal file
7
repl/vite.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue