mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
4 lines
No EOL
75 B
JavaScript
Executable file
4 lines
No EOL
75 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
import { cli } from './lib/cli.js';
|
|
|
|
cli(process.argv); |