1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-23 17:19:37 +01:00

🐛 (bs/docs) wrong hashbang

This commit is contained in:
Jan Andrle 2024-11-22 11:02:01 +01:00
parent 0f91166811
commit eb9139e326
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB

View File

@ -1,4 +1,4 @@
#!/usr/bin/env nodejsscript #!/usr/bin/env -S npx nodejsscript
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */ /* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */
echo("Building static documentation files…"); echo("Building static documentation files…");
echo("Preparing…"); echo("Preparing…");