Skip to content

Commit

Permalink
fix: 修改 hono-template 配置;增加 NODE_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Oct 6, 2024
1 parent ad7c25a commit aadff03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const TEMPLATES_META_LIST: TemplateMeta[] = [
language: 'typescript',
runtime: 'nodejs',
vueVersion: 0,
docker: true,
docker: false, // 自带 docker 配置,无需初始化
priority: 0,
},
// {
Expand Down
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const NODE_DEPENDENCIES = {
log4js: '^6.9.1',
md5: '^2.3.0',
rimraf: '^5.0.0',
'rss-parser': '^3.12.0',
zx: '^8.1.0',
},
}
Expand Down

0 comments on commit aadff03

Please sign in to comment.