feat: template updates
This commit is contained in:
parent
2be7ec6836
commit
8093e8dc4b
11 changed files with 140 additions and 8 deletions
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"inherits": [
|
||||
"profile/library"
|
||||
]
|
||||
}
|
||||
19
templates/profile/app/hypeup-static/package.json
Normal file
19
templates/profile/app/hypeup-static/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"/sig/hypeup/packages/*"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@hypeup/client": "workspace:*",
|
||||
"@hypeup/lexicon": "workspace:*",
|
||||
"@hypeup/runtime": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hypeup": "workspace:*"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "hypeup generate --dir src --watch",
|
||||
"build": "hypeup generate --dir src"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"type": "module",
|
||||
"workspaces": {
|
||||
"catalog": {
|
||||
"@types/bun": "1.3.12"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
}
|
||||
],
|
||||
"settings": {
|
||||
"oxc.path.oxfmt": "./node_modules/.bin/oxfmt",
|
||||
"oxc.path.oxlint": "./node_modules/.bin/oxlint",
|
||||
"oxc.path.oxfmt": "node_modules/.bin/oxfmt",
|
||||
"oxc.path.oxlint": "node_modules/.bin/oxlint",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/node_modules": true,
|
||||
|
|
@ -18,10 +18,9 @@
|
|||
"explorer.fileNesting.enabled": true,
|
||||
"explorer.fileNesting.patterns": {
|
||||
"tsconfig.json": "tsconfig.*.json",
|
||||
"package.json": "bun.lock, biome.json*, *.bun.plugin.ts, ox*.config.ts, .gitignore, .mirrorignore, regime.config.json, commitlint.config.*, release.config.*js",
|
||||
"package.json": "bun.lock, bunfig.toml, *.bun.plugin.ts, ox*.config.ts, .gitignore, .mirrorignore, regime.config.json, commitlint.config.*, release.config.*js",
|
||||
"vite.config.ts": "*.vite.plugin.ts",
|
||||
"README.md": "LICENSE, LICENSE.md"
|
||||
},
|
||||
"git.ignoreLimitWarning": true,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue