mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
* feat: historical tasks in database, better scheduling, and unified API for accessing tasks * feat: new UI for everything * fix: add translations and fix formatting
This commit is contained in:
@ -11,6 +11,7 @@ import { taskGroups, type TaskGroup } from "./group";
|
||||
import prisma from "../db/database";
|
||||
import { type } from "arktype";
|
||||
import ludusavi from "./registry/ludusavi";
|
||||
import prisma from "../db/database";
|
||||
|
||||
// a task that has been run
|
||||
type FinishedTask = {
|
||||
|
||||
Reference in New Issue
Block a user