add bin (scripts)

This commit is contained in:
2024-02-19 20:37:09 +01:00
parent 075f2deaf0
commit b54b08442a
26 changed files with 2056 additions and 0 deletions

8
bin/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"include": [
"/home/jaandrle/.nvm/versions/node/v18.18.0/lib/node_modules/nodejsscript/index.d.ts",
"./*.mjs",
"./*.js",
"chrome-autoinspect.mjs"
]
}