5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
|
#!/usr/bin/env node
|
||
|
import "tsx";
|
||
|
|
||
|
await import("../main.ts");
|