A-Toasty-OWA/config/paths.js

11 lines
178 B
JavaScript
Raw Permalink Normal View History

'use strict';
const path = require('path');
const PATHS = {
src: path.resolve(__dirname, '../src'),
build: path.resolve(__dirname, '../build'),
};
module.exports = PATHS;