Moved Frontent end to seperate folder

This commit is contained in:
AlexanderHD27
2024-10-20 00:33:54 +02:00
parent 50f9b0e89c
commit 41a32b450c
49 changed files with 20 additions and 1579 deletions

5
gobot-gui/api/deno.json Normal file
View File

@@ -0,0 +1,5 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
}
}