Files
mp-silma-ai-aide/.codex/environments/environment.toml
T
2026-07-17 14:16:54 -05:00

32 lines
490 B
TOML

# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "mp-silma-ai-aide"
[setup]
script = "npm run codex:setup"
[[actions]]
name = "Run Dev"
icon = "run"
command = "npm run dev:codex"
[[actions]]
name = "Build"
icon = "tool"
command = "npm run build:codex"
[[actions]]
name = "Preview Dist"
icon = "run"
command = "npm run preview"
[[actions]]
name = "Verify Dist"
icon = "tool"
command = "npm run verify:dist"
[[actions]]
name = "Install"
icon = "tool"
command = "npm ci"