build: add start script

This commit is contained in:
xHyroM 2023-04-09 15:54:47 +02:00
parent e522324196
commit 7b9b61b2b7
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -7,6 +7,7 @@
"dev": "turbo run dev", "dev": "turbo run dev",
"preview": "turbo run preview", "preview": "turbo run preview",
"deploy": "turbo run deploy", "deploy": "turbo run deploy",
"start": "turbo run start",
"test": "turbo run test", "test": "turbo run test",
"lint": "rome check .", "lint": "rome check .",
"format": "rome format --write ." "format": "rome format --write ."