fix: make workspace export runtime-safe
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
export declare const AGENT_RUNTIME_PACKAGE = "agent-runtime";
|
||||
@@ -0,0 +1 @@
|
||||
export const AGENT_RUNTIME_PACKAGE = "agent-runtime";
|
||||
@@ -4,6 +4,9 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"default": "./index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user