chore: use turbopack

This commit is contained in:
Mathias Schopmans
2024-02-09 09:10:28 +01:00
committed by Mathias Schopmans
parent 4b5a7abbc9
commit f3979f2a2f

View File

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