Skip to content

Commit

Permalink
去除无用命令
Browse files Browse the repository at this point in the history
  • Loading branch information
2234839 committed Dec 24, 2023
1 parent fa5b73a commit 09debfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"cli": "tsx ./src/cli.ts",
"cli_watch": "tsx watch ./src/cli.ts",
"build": "vite build",
"preview": "vite preview",
"build-components": "vite build --config vite.components.config.ts"
"preview": "vite preview"
},
"dependencies": {
"@hono/node-server": "^1.3.3",
Expand Down
5 changes: 0 additions & 5 deletions apps/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@
"public/dev/http.js",
"store/api_test.ts"
],
"references": [
{
"path": "./tsconfig.node.json"
}
],
}

0 comments on commit 09debfb

Please sign in to comment.