Custom task statuses plus various fixes

This commit is contained in:
Zef Hemel
2023-09-01 16:57:29 +02:00
parent 9b5fa44fb6
commit 2ee20af5c8
24 changed files with 374 additions and 118 deletions
-2
View File
@@ -42,8 +42,6 @@ export async function serveCommand(
const app = new Application();
console.log(options);
if (!folder) {
folder = Deno.env.get("SB_FOLDER");
if (!folder) {