add serve

This commit is contained in:
Sasha 2023-11-07 00:57:40 +01:00
parent bfd9ed1454
commit 50df1c6882
No known key found for this signature in database
2 changed files with 1313 additions and 2 deletions

1312
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "serve ./out",
"lint": "next lint"
},
"dependencies": {
@ -27,6 +27,7 @@
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"serve": "^14.2.1",
"tailwindcss": "^3",
"typescript": "^5"
}