Files
2026-07-13 12:32:21 +08:00

14 lines
305 B
Lua

return {
name = "env",
fields = {
{
config = {
type = "record",
fields = {
{ prefix = { type = "string", match = [[^[%a_-][%a%d_-]*$]], description = "The prefix for the environment variable that the value will be stored in." } },
},
},
},
},
}