UNPKG

testpub-ssr

Version:

Test Pub SSR

12 lines (9 loc) 283 B
const path = require('path') module.exports = { // Source files src: path.resolve(__dirname, '../src'), // Production build files build: path.resolve(__dirname, '../dist'), // Static files that get copied to build folder public: path.resolve(__dirname, '../public'), }