fix: module not found "net/getVideoInfo.ts"

This commit is contained in:
alikia2x (寒寒) 2025-04-29 04:00:15 +08:00
parent 1ebc0d0c1b
commit 94dd662c40
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@
"mq/": "./mq/", "mq/": "./mq/",
"chalk": "npm:chalk", "chalk": "npm:chalk",
"winston": "npm:winston", "winston": "npm:winston",
"logform": "npm:logform" "logform": "npm:logform",
"@core/": "./"
} }
} }

View File

@ -1,5 +1,5 @@
import { Client } from "https://deno.land/x/postgres@v0.19.3/mod.ts"; import { Client } from "https://deno.land/x/postgres@v0.19.3/mod.ts";
import { getVideoInfo } from "net/getVideoInfo.ts"; import { getVideoInfo } from "@core/net/getVideoInfo.ts";
import logger from "log/logger.ts"; import logger from "log/logger.ts";
export interface SnapshotNumber { export interface SnapshotNumber {