2021-02-04 19:25:29 +00:00
|
|
|
option(
|
|
|
|
'profile',
|
|
|
|
type: 'combo',
|
|
|
|
choices: [
|
|
|
|
'default',
|
2022-04-04 19:20:35 +00:00
|
|
|
'development',
|
2022-04-13 17:36:36 +00:00
|
|
|
'hack',
|
2021-02-04 19:25:29 +00:00
|
|
|
],
|
|
|
|
value: 'default',
|
2022-04-13 17:36:36 +00:00
|
|
|
description: 'The build profile for Fractal. One of "default", "development" or "hack".'
|
2021-02-04 19:25:29 +00:00
|
|
|
)
|