Blame Raw
· · · 5 lines (99 B)
0 contributors
1#!/usr/bin/env node
2globalThis.FORCE_GLOBAL_MODE = true;
3await import('../server.js');
4
5export {};