Auto-sync: 2026-02-12 20:17:31

Synced workflows from Windmill workspace
This commit is contained in:
Akira
2026-02-12 20:17:31 +09:00
parent da60b92a64
commit bf3fb17ccb
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"dependencies": {}
}
//bun.lock
<empty>

View File

@@ -0,0 +1,3 @@
export async function main() {
return "Hello, World!"
}

View File

@@ -0,0 +1,17 @@
summary: hello_world_demo
description: ''
value:
modules:
- id: a
value:
type: rawscript
content: '!inline a.ts'
input_transforms: {}
lock: '!inline a.lock'
language: bun
schema:
$schema: 'https://json-schema.org/draft/2020-12/schema'
type: object
order: []
properties: {}
required: []