add back shebang

This commit is contained in:
Leah 2018-12-01 12:56:31 +01:00
parent b179814288
commit ee7691dcd0

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import microbundle from '.';
import prog from './prog';
import { stdout } from './utils';