mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-07 10:03:45 +00:00
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
import { register } from 'node:module';
|
|
|
|
register('./hooks.js', import.meta.url);
|