Auto-sync Fri Feb 13 08:51:24 UTC 2026
This commit is contained in:
5
u/antigravity/hello_world_demo.flow/a.inline_script.lock
Normal file
5
u/antigravity/hello_world_demo.flow/a.inline_script.lock
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencies": {}
|
||||
}
|
||||
//bun.lock
|
||||
<empty>
|
||||
3
u/antigravity/hello_world_demo.flow/a.inline_script.ts
Normal file
3
u/antigravity/hello_world_demo.flow/a.inline_script.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function main() {
|
||||
return "Hello, World!"
|
||||
}
|
||||
17
u/antigravity/hello_world_demo.flow/flow.yaml
Normal file
17
u/antigravity/hello_world_demo.flow/flow.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
summary: hello_world_demo
|
||||
description: ''
|
||||
value:
|
||||
modules:
|
||||
- id: a
|
||||
value:
|
||||
type: rawscript
|
||||
content: '!inline a.inline_script.ts'
|
||||
input_transforms: {}
|
||||
lock: '!inline a.inline_script.lock'
|
||||
language: bun
|
||||
schema:
|
||||
$schema: 'https://json-schema.org/draft/2020-12/schema'
|
||||
type: object
|
||||
order: []
|
||||
properties: {}
|
||||
required: []
|
||||
Reference in New Issue
Block a user