mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
22 lines
307 B
JSON
22 lines
307 B
JSON
|
|
{
|
||
|
|
"cli": {
|
||
|
|
"version": ">= 18.0.1",
|
||
|
|
"appVersionSource": "remote"
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"development": {
|
||
|
|
"developmentClient": true,
|
||
|
|
"distribution": "internal"
|
||
|
|
},
|
||
|
|
"preview": {
|
||
|
|
"distribution": "internal"
|
||
|
|
},
|
||
|
|
"production": {
|
||
|
|
"autoIncrement": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"submit": {
|
||
|
|
"production": {}
|
||
|
|
}
|
||
|
|
}
|