Failed on actual run, needs to load languages from directory below

parent 3e8fdc9c
var async = require('async'); var async = require('async');
var defaults = require('lodash.defaults'); var defaults = require('lodash.defaults');
var fastlyConfig = require('./lib/fastly-config-methods'); var fastlyConfig = require('./lib/fastly-config-methods');
const languages = require('./languages.json'); const languages = require('../languages.json');
var route_json = require('../src/routes.json'); var route_json = require('../src/routes.json');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment