st-mobile / src /server-global.js
Nanny7's picture
Initial deploy with custom mobile UI
6efa67a
#!/usr/bin/env node
globalThis.FORCE_GLOBAL_MODE = true;
await import('../server.js');
export {};