mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
13 lines
244 B
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
|