We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631a189 commit 3683a03Copy full SHA for 3683a03
packages/utils-ai/package.json
@@ -67,5 +67,8 @@
67
"tmp/**",
68
"bin/**"
69
]
70
+ },
71
+ "imports": {
72
+ "#package.json": "./package.json"
73
}
74
packages/utils-ai/src/cli/index.ts
@@ -1,5 +1,5 @@
1
import { defineCommand, runMain } from 'citty'
2
-import utilsAIPackage from '../../package.json' assert { type: 'json' }
+import utilsAIPackage from '#package.json' assert { type: 'json' }
3
4
const main = defineCommand({
5
meta: {
0 commit comments