Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin
This commit is contained in:
11
desktop/angular/projects/safing/ui/ng-package.json
Normal file
11
desktop/angular/projects/safing/ui/ng-package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../../../dist-lib/safing/ui",
|
||||
"lib": {
|
||||
"entryFile": "src/public-api.ts"
|
||||
},
|
||||
"assets": [
|
||||
"theming.scss",
|
||||
"**/_*.scss"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user