Start implementing a new user page for account and security settings
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "yarn run build-views-1 && yarn run build-views-2 && yarn run build-backend",
|
||||
"build-api": "jrpc compile ./InternalAPI/api.jrpc -o=ts-node:_API/src && yarn workspace @hibas123/openauth-internalapi run build",
|
||||
"build-backend": "yarn workspace @hibas123/openauth-backend run build",
|
||||
"build-views-1": "yarn workspace @hibas123/openauth-views-v1 run build",
|
||||
"build-views-2": "yarn workspace @hibas123/openauth-views-v2 run build",
|
||||
@ -13,6 +14,10 @@
|
||||
"workspaces": [
|
||||
"Backend",
|
||||
"Frontend",
|
||||
"FrontendLegacy"
|
||||
]
|
||||
"FrontendLegacy",
|
||||
"_API"
|
||||
],
|
||||
"dependencies": {
|
||||
"@hibas123/jrpcgen": "^1.2.11"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user