mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user