Update build.js

This commit is contained in:
Stripes
2022-10-27 09:40:53 +03:00
committed by GitHub
parent 8d5c42e230
commit 0a82b98047
+1 -1
View File
@@ -3,7 +3,7 @@ const fs = require('fs');
const needle = require('needle')
const asyncQueue = require('async.queue')
const slug = require('slug')
const config = require('./config.json')
const config = require('./config')
const graphql = require('./graphql')
const getCached = require('./cache')