- Update all deps - Apply midwest changes - Convert all templates to JSX - Preact instead of Marko - Babel & Eslint
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
'use strict';
|
|
|
|
const p = require('path');
|
|
|
|
module.exports = {
|
|
static: p.join(PWD, 'public'),
|
|
};
|