mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2025-01-03 02:15:07 +01:00
use Next.js turbo compiler
This commit is contained in:
parent
817b962f78
commit
fd5707709b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user