mirror of
https://github.com/safing/portmaster
synced 2025-09-10 15:08:22 +00:00
Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin
This commit is contained in:
parent
66381baa1a
commit
4b77945517
922 changed files with 84071 additions and 26 deletions
6
desktop/angular/projects/tauri-builtin/src/main.ts
Normal file
6
desktop/angular/projects/tauri-builtin/src/main.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig)
|
||||
.catch((err) => console.error(err));
|
Loading…
Add table
Add a link
Reference in a new issue