chore: remove API local model dependencies
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
1689f3f44e
commit
b81fecaa3f
@@ -13,13 +13,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/cors": "1.4.2",
|
||||
"@tensorflow/tfjs": "4.22.0",
|
||||
"@zeavis/shared": "workspace:*",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"drizzle-orm": "^0.45.2",
|
||||
"elysia": "^1.4.28",
|
||||
"jpeg-js": "0.4.4",
|
||||
"pngjs": "7.0.0",
|
||||
"postgres": "^3.4.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
declare module 'pngjs' {
|
||||
export class PNG {
|
||||
width: number;
|
||||
height: number;
|
||||
data: Buffer;
|
||||
parse(data: Buffer, callback: (err: Error | null) => void): void;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user