mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
* add community marketplace * Update embassy-mock-api.service.ts * expect ui/marketplace to be undefined * possible undefined from getpackage * fix marketplace pages * rework marketplace infrastructure * fix bugs Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
16 lines
220 B
JSON
16 lines
220 B
JSON
{
|
|
"useMocks": true,
|
|
"targetArch": "aarch64",
|
|
"ui": {
|
|
"api": {
|
|
"url": "rpc",
|
|
"version": "v1"
|
|
},
|
|
"mocks": {
|
|
"maskAs": "tor",
|
|
"skipStartupAlerts": true
|
|
}
|
|
},
|
|
"gitHash": ""
|
|
}
|