nicholas/storage-manager#1: new directory structure, rewrite add box, item functionality

This commit is contained in:
2025-04-08 17:52:26 -05:00
parent dbcd1bfff5
commit d00615b197
45 changed files with 4265 additions and 15594 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})