Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update golem.yaml for atomic
  • Loading branch information
noise64 committed Nov 25, 2025
commit 9b9bb0d011a243336ee5caec5f78989deea6b41c
10 changes: 10 additions & 0 deletions crates/wasm-rquickjs/skeleton/golem.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# $schema: https://schema.golem.cloud/app/golem/1.2.4/golem.schema.json

app: wasm-rquickjs-skeleton

environments:
local:
server: local
componentPresets: debug
cloud:
server: cloud
componentPresets: release

components:
root:package:
profiles:
Expand Down
Loading