Skip to content

Commit

Permalink
[WM] App 'f/examples/rational_app' deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Aug 5, 2024
1 parent a323ff0 commit 5f64b7d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
44 changes: 41 additions & 3 deletions f/examples/rational_app.app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ value:
- '12':
fixed: false
fullHeight: false
h: 2
h: 1
w: 12
x: 0
y: 0
Expand Down Expand Up @@ -81,7 +81,40 @@ value:
label:
class: ''
style: ''
hiddenInlineScripts: []
hiddenInlineScripts:
- type: runnableByName
name: Background Runnable 0
autoRefresh: true
fields:
x:
type: evalv2
value: null
allowUserResources: true
connections:
- id: values
componentId: d
expr: d.values.first_name
fieldType: object
format: resource-gmail
inlineScript:
content: '!inline background_runnable_0.inline_script.ts'
lock: '!inline background_runnable_0.inline_script.lock'
language: bun
path: f/examples/rational_app/Background_Runnable_0
schema:
$schema: 'https://json-schema.org/draft/2020-12/schema'
type: object
properties:
x:
type: object
description: ''
default: null
format: resource-gmail
originalType: string
required:
- x
recomputeIds: []
recomputeOnInputChanged: true
hideLegacyTopBar: true
norefreshbar: false
subgrids:
Expand Down Expand Up @@ -173,4 +206,9 @@ value:
unusedInlineScripts: []
policy:
execution_mode: publisher
triggerables_v2: {}
triggerables_v2:
'bg_0:rawscript/bcdac2b60283b9d0087af4b6e272ba1afc70a89c17e33e5683aab70b7a7f6220':
allow_user_resources:
- x
one_of_inputs: {}
static_inputs: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {}
}
//bun.lockb
<empty>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// import * as wmill from "windmill-client"

export async function main(x: gmail) {
return x
}

0 comments on commit 5f64b7d

Please sign in to comment.