feat: template updates
This commit is contained in:
parent
2be7ec6836
commit
8093e8dc4b
11 changed files with 140 additions and 8 deletions
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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue