This commit is contained in:
Lee Robinson 2023-11-26 19:29:26 -06:00
parent 9a7ebc88d1
commit 7bfa34dc55
5 changed files with 2 additions and 120 deletions

View file

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