import { run_app } from '../pkg/webgateway_fe_bg.js'; async function main() { run_app(); } main()