proxy controller,direkter Zugriff auf neue Bilder #10

This commit is contained in:
2025-01-17 23:27:29 +00:00
parent ab17db9078
commit 21bd5e4abf
16 changed files with 297 additions and 52 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "nx serve",
"start:all": "concurrently 'nx serve' 'http-server ../vocab-backend'",
"build": "nx build",
"watch": "nx build --watch --configuration development"
},
@@ -25,6 +26,7 @@
"dotenv": "^16.4.7",
"fabric": "^5.4.1",
"flowbite": "^2.5.2",
"http-server": "^14.1.1",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -51,6 +53,7 @@
"@swc/helpers": "~0.5.11",
"@types/fabric": "^5.3.9",
"@types/node": "~18.16.9",
"concurrently": "^9.1.2",
"drizzle-kit": "^0.30.2",
"drizzle-orm": "^0.38.4",
"nx": "20.3.1",