- add common ForgeWebUI runtime, site loader, and SQF WebUI bridge base declarations - migrate org and store web UIs to src-driven bundles and new bridge/bootstrap flow - update addon configs/prep hooks and document the shared CT_WEBBROWSER framework
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"name": "forge-webui",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:webui": "node tools/build-webui.mjs"
|
|
}
|
|
}
|