0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/astro.mjs

4 lines
75 B
JavaScript
Raw Normal View History

2021-03-15 13:22:05 -04:00
#!/usr/bin/env node
2021-03-15 15:26:23 -04:00
import { cli } from './lib/cli.js';
2021-03-15 13:22:05 -04:00
2021-03-15 15:26:23 -04:00
cli(process.argv);