mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-18 11:32:58 +08:00
6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
if (import.meta.env.DEV) {
|
|
import('./dev/hotReload');
|
|
}
|
|
|
|
export {};
|