[sandbox]
name = "typescript"
base_image = "node:22-alpine"
[resources]
vcpus = 1
memory_mb = 512
[security]
profile = "moderate"
[security.domains]
allow = ["registry.npmjs.org"]
[template]
description = "Node.js LTS for TypeScript development"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: node -v
Binaries available: node, npm, npx
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""