mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
import { register } from 'node:module';
|
|
import { pathToFileURL } from 'node:url';
|
|
|
|
register('./scripts/loader.js', pathToFileURL('./'));
|