use vite for repl

This commit is contained in:
Felix Roos 2022-05-14 20:33:55 +02:00
parent 0d63ec9146
commit 645ea30b53
39 changed files with 3230 additions and 42511 deletions

7
repl/vite.config.js Normal file
View file

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
})