just a clean up
- moved pattern testers out of match module (thanks you @radkii) - button borders are now easier to see the reason this commit exists is because i tried to implement a language picker and failed to do it properly so here we are
This commit is contained in:
@@ -3,7 +3,7 @@ const config = loadJson("./src/config.json");
|
||||
const packageJson = loadJson("./package.json");
|
||||
|
||||
export const
|
||||
services = loadJson("./src/modules/services/_config.json"),
|
||||
services = loadJson("./src/modules/servicesConfig.json"),
|
||||
appName = packageJson.name,
|
||||
version = packageJson.version,
|
||||
streamLifespan = config.streamLifespan,
|
||||
|
||||
Reference in New Issue
Block a user