0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/astro.mjs

4 lines
75 B
JavaScript
Raw Normal View History

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