Skip to content

Commit 4632d71

Browse files
pStefanecCopilot
andauthored
missing comma
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 997b691 commit 4632d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const buildAppConfig = (destConfigPath?: string): AppConfig => {
287287
hostUrl: appConfig.matomo.hostUrl,
288288
siteId: appConfig.matomo.siteId,
289289
dimensionId: appConfig.matomo.dimensionId,
290-
}
290+
},
291291
}),
292292
debug: appConfig.debug,
293293
};

0 commit comments

Comments
 (0)