gauntlet/example_plugins/plugins/command_environment/gauntlet.toml

13 lines
244 B
TOML

[gauntlet]
name = 'Docs Command Environment'
description = ''
# docs-code-segment:start environment
[[entrypoint]]
id = 'environment'
name = 'Environment'
path = 'src/environment.tsx'
type = 'command'
description = ''
# docs-code-segment:end