react + updates

This commit is contained in:
Henry Dollman
2024-07-10 12:54:02 -04:00
parent 41f5b2a49f
commit 7e69e1665d
19 changed files with 579 additions and 241 deletions

View File

@@ -1,9 +1,9 @@
import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
import react from '@vitejs/plugin-react'
import path from 'path'
export default defineConfig({
plugins: [preact()],
plugins: [react()],
esbuild: {
legalComments: 'external',
},