This commit is contained in:
Biqoz
2025-12-15 13:32:25 +01:00
parent fff81fda4f
commit 6a42505193
4 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
"name": "admin-dashboard",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",