Spaces:
Running
Running
File size: 116 Bytes
95f4e64 |
1 2 3 4 5 6 7 |
#!/usr/bin/env node
// Thin wrapper around mime
import mime_cli from '../dist/src/mime_cli.js';
await mime_cli();
|