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

4 lines
No EOL
75 B
JavaScript
Executable file

#!/usr/bin/env node
import { cli } from './lib/cli.js';
cli(process.argv);