🔧 Set up node monorepo (#2095)

This commit is contained in:
Alejandra
2026-01-20 21:28:09 +01:00
committed by GitHub
parent 92460ee1fe
commit 7201b88628
10 changed files with 6751 additions and 10401 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "fastapi-full-stack-template",
"private": true,
"workspaces": [
"frontend"
],
"scripts": {
"dev": "npm run dev -w frontend",
"lint": "npm run lint --ws"
}
}