Refactor: Update import path for transpiler

This commit is contained in:
2025-09-26 08:22:24 -07:00
parent 8780854a21
commit 03b32da9a4

2
cli.js
View File

@@ -2,7 +2,7 @@
import { readFileSync } from 'fs';
import { resolve } from 'path';
import { hi2js } from './transpiler.js';
import { hi2js } from './src/index.js';
function main() {
const args = process.argv.slice(2);