aboutsummaryrefslogtreecommitdiffstats
path: root/ace.js
diff options
context:
space:
mode:
Diffstat (limited to 'ace.js')
-rw-r--r--ace.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace.js b/ace.js
index a313518..3b08371 100644
--- a/ace.js
+++ b/ace.js
@@ -15,10 +15,10 @@
15/** 15/**
16 * Register hook to process TypeScript files using ts-node 16 * Register hook to process TypeScript files using ts-node
17 */ 17 */
18import { register } from 'node:module' 18import { register } from 'node:module';
19register('ts-node/esm', import.meta.url) 19register('ts-node/esm', import.meta.url);
20 20
21/** 21/**
22 * Import ace console entrypoint 22 * Import ace console entrypoint
23 */ 23 */
24await import('./bin/console.js') 24await import('./bin/console.js');