Skip to content

Commit

Permalink
添加编译组件命令
Browse files Browse the repository at this point in the history
  • Loading branch information
2234839 committed Dec 20, 2023
1 parent ceed2d1 commit f6eb857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"cli": "tsx ./src/cli.ts",
"cli_watch": "tsx watch ./src/cli.ts",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"build-components": "vite build --config vite.components.config.ts"
},
"dependencies": {
"@hono/node-server": "^1.3.3",
Expand Down

0 comments on commit f6eb857

Please sign in to comment.