Files
warp/mjs-package.sh
2022-08-29 09:49:44 +02:00

5 lines
63 B
Bash

cat > lib/mjs/package.json <<!EOF
{
"type": "module"
}
!EOF