mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 02:06:21 +01:00
🎨 Rename "services" to "apps" in entire project
This commit is contained in:
@@ -6,7 +6,7 @@ export const getFrontendConfig = (name: string): ConfigType => {
|
||||
|
||||
return {
|
||||
...config,
|
||||
services: config.services.map((s) => ({
|
||||
apps: config.apps.map((s) => ({
|
||||
...s,
|
||||
integration: s.integration
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user