mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
feat: monorepo 构建完成
This commit is contained in:
8
packages/image-processor-napi/package.json
Normal file
8
packages/image-processor-napi/package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "image-processor-napi",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts"
|
||||
}
|
||||
6
packages/image-processor-napi/src/index.ts
Normal file
6
packages/image-processor-napi/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export function getNativeModule(): null {
|
||||
return null
|
||||
}
|
||||
|
||||
const stub: any = {}
|
||||
export default stub
|
||||
Reference in New Issue
Block a user