mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
4 lines
70 B
JavaScript
Executable file
4 lines
70 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
import cli from './index.js';
|
|
|
|
cli(process.argv);
|