add the very basics of a plot

Also troubleshoot to fix vite config for deduplicating react and
react-dom
This commit is contained in:
2026-02-18 19:52:08 -08:00
parent e7d8d09fbc
commit 35b0c2396f
8 changed files with 189 additions and 20 deletions
+1
View File
@@ -7,6 +7,7 @@ import { defineConfig } from "vite"
export default defineConfig({
plugins: [react(), tailwindcss()],
resolve: {
dedupe: ['react', 'react-dom'],
alias: {
"@": path.resolve(__dirname, "./src"),
},