feat(FN-3404): add local embedded runtime manager to desktop app
Adds a local runtime manager to the desktop app (FN-3404) — an embedded engine process managed via IPC with packaging for bundled dependencies and lifecycle documentation. Also includes project mapping onboarding UI with persistence and rollback (FN-3505), plus related dashboard API and hook updates Fusion-Task-Id: FN-3404
This commit is contained in:
@@ -9,6 +9,12 @@ directories:
|
||||
files:
|
||||
- dist/**/*
|
||||
- package.json
|
||||
- node_modules/@fusion/core/**/*
|
||||
- node_modules/@fusion/dashboard/**/*
|
||||
- node_modules/better-sqlite3/**/*
|
||||
|
||||
asarUnpack:
|
||||
- node_modules/better-sqlite3/**/*
|
||||
|
||||
extraMetadata:
|
||||
main: dist/main.js
|
||||
|
||||
Reference in New Issue
Block a user