Update fresh to 1.2.0

This commit is contained in:
2023-06-22 06:43:39 +08:00
parent edfb389f68
commit 24d851d805
2 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/_middleware.ts";
import * as $1 from "./routes/api/config.ts";
import * as $2 from "./routes/api/deploy_id.ts";
@@ -36,7 +35,6 @@ const manifest = {
"./islands/TaskManager.tsx": $$2,
},
baseUrl: import.meta.url,
config,
};
export default manifest;