mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
63102b036c
* Merge? * Fix V8 breaking change * WIP * WIP * Cleanup * Move to git reference * Fix Merge conflict * update --------- Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
7 lines
162 B
JSON
7 lines
162 B
JSON
{
|
|
"type": "PREVIEW_SCRIPT",
|
|
"workspace": "demo",
|
|
"language": "deno",
|
|
"args": {},
|
|
"content": "export async function main() { return \"Hello World\"; }"
|
|
} |