mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Fix builder
This commit is contained in:
@@ -12,7 +12,6 @@ import { fileURLToPath } from 'url';
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const r = p => JSON.parse(fs.readFileSync(p, 'utf8'));
|
||||
|
||||
const config = r('./config.json');
|
||||
|
||||
const analytics = config.analytics ? `
|
||||
|
||||
Reference in New Issue
Block a user