1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-11-01 00:53:23 +01:00
2025-11-01 00:11:08 +01:00
parent 338741d252
commit c86a039c1f
17 changed files with 2154 additions and 2181 deletions

View File

@@ -7,8 +7,8 @@
"#*": "./*"
},
"scripts": {
"dev": "next dev --port 3000 --turbopack",
"build": "next build --turbopack",
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start --port 3000",
"typegen": "next typegen",
"lint:eslint": "eslint app --max-warnings 0",