Skip to content

Commit

Permalink
fix: 修复本地启动异常
Browse files Browse the repository at this point in the history
  • Loading branch information
chennlang committed Jul 5, 2024
1 parent 415a2b7 commit 4c83592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"utils",
"analyzer",
"js",
"management"
"management",
"dependencies"
],
"license": "MIT",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/server/public/data/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"test": "For testing, don't delete"
}

0 comments on commit 4c83592

Please sign in to comment.