forge/package.json
Jacob Schmidt e15d4b3066 Introduce shared web UI runtime and migrate org/store bridges
- 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
2026-03-14 00:40:34 -05:00

8 lines
115 B
JSON

{
"name": "forge-webui",
"private": true,
"scripts": {
"build:webui": "node tools/build-webui.mjs"
}
}