config/env.dev.js (
5
lines of code) (
raw
):
const path = require('path'); const common = require('./common'); module.exports = { ...common };