mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02:00
No longer needed
This commit is contained in:
parent
5c1bfc8855
commit
6553f1463d
@ -1,10 +0,0 @@
|
|||||||
/**
|
|
||||||
* Gets the configuration from conf.yml
|
|
||||||
*/
|
|
||||||
const fs = require('fs');
|
|
||||||
const yaml = require('js-yaml');
|
|
||||||
|
|
||||||
module.exports = () => {
|
|
||||||
const conf = yaml.load(fs.readFileSync('./public/conf.yml', 'utf-8'));
|
|
||||||
return conf;
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user