chore: better error message for ai agent + add back .ts in utils-internal (#6544)

* better error message

* add back ext after publishing

* add back ext
This commit is contained in:
centdix
2025-09-05 16:52:41 +02:00
committed by GitHub
parent dbaf068b02
commit 357d22deeb
10 changed files with 17 additions and 16 deletions
@@ -1 +1 @@
export * from "./path-assigner";
export * from "./path-assigner.ts";
@@ -1,4 +1,4 @@
import { RawScript } from "../gen/types.gen";
import { RawScript } from "../gen/types.gen.ts";
const INLINE_SCRIPT_PREFIX = "inline_script";