use Next.js turbo compiler

This commit is contained in:
Matthias Kretschmann 2024-04-02 10:54:01 +01:00
parent 817b962f78
commit fd5707709b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"