mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add start script
This commit is contained in:
@@ -38,6 +38,10 @@ export class ConfigService {
|
||||
public getRecentSearchesConfig(): RecentSearchesConfig {
|
||||
return this.recentSearches;
|
||||
}
|
||||
|
||||
public isDev(): boolean {
|
||||
return this.getEnv('NODE_ENV') !== 'production';
|
||||
}
|
||||
}
|
||||
|
||||
export const configService = new ConfigService();
|
||||
|
||||
Reference in New Issue
Block a user