Saataa andagii !

This commit is contained in:
Lukian 2024-12-20 11:51:59 +01:00
parent 7a9860a3bb
commit 48b0b4047e
4 changed files with 685 additions and 0 deletions

10
js-app/deno.json Normal file
View file

@ -0,0 +1,10 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"express": "npm:express@^4.21.2",
"mqtt": "npm:mqtt@^5.10.3"
}
}