mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
|
|
#!/usr/bin/env node
|
||
|
|
|
||
|
|
import { start } from '../dist/x.js';
|
||
|
|
start();
|