mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
use tsx loader for relative imports
This commit is contained in:
@@ -62,7 +62,7 @@ const p = {
|
||||
const contents = await req.text();
|
||||
return {
|
||||
contents: replaceRelativeImports(contents).contents,
|
||||
loader: "ts",
|
||||
loader: "tsx",
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user