Skip to content

Commit

Permalink
Merge pull request #2 from tuatmcc/feat/serve
Browse files Browse the repository at this point in the history
add: serve
  • Loading branch information
OJII3 authored Dec 13, 2024
2 parents 0d322da + 30f303e commit b1945e0
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "serve out",
"lint": "biome check .",
"fmt": "biome check . --write",
"typecheck": "tsc --noEmit",
Expand All @@ -18,7 +19,8 @@
"graphql": "^16.9.0",
"next": "15.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"serve": "14.2.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down
Loading

0 comments on commit b1945e0

Please sign in to comment.