Use autogen types

This commit is contained in:
Louis Knight-Webb
2025-06-14 17:36:54 -04:00
parent a7ef8604d1
commit 5dbfc648fe
13 changed files with 97 additions and 129 deletions

View File

@@ -8,7 +8,8 @@
"frontend:build": "cd frontend && npm run build",
"backend:dev": "cargo watch -x 'run --manifest-path backend/Cargo.toml'",
"backend:build": "cargo build --release --manifest-path backend/Cargo.toml",
"backend:run": "cargo run --manifest-path backend/Cargo.toml"
"backend:run": "cargo run --manifest-path backend/Cargo.toml",
"generate-types": "cd backend && cargo run --bin generate_types"
},
"devDependencies": {
"concurrently": "^8.2.2"