mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-28 21:27:59 +08:00
8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
if (import.meta.env.DEV) {
|
|
import('./dev/hotReload');
|
|
}
|
|
|
|
export * from './boss';
|
|
export * from './chase';
|
|
export * from './fx';
|