mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
import "./hot-runner-imported";
|
|
|
|
globalThis.counter ??= 0;
|
|
|
|
console.log(`[${Date.now()}] [#!root] Reloaded: ${++globalThis.counter}`);
|
|
!setTimeout(() => {}, 9999999);
|