mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: 🔥 Remove old config-manager symlink
This commit is contained in:
parent
26dc389010
commit
4a1ad9dd96
77 changed files with 74 additions and 86 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { beforeEach, describe, expect, it } from "bun:test";
|
||||
import type { Config } from "config-manager";
|
||||
import sharp from "sharp";
|
||||
import type { Config } from "~/packages/config-manager/config.type";
|
||||
import { ImageConversionPreprocessor } from "./image-conversion";
|
||||
|
||||
describe("ImageConversionPreprocessor", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue