UNPKG
testpub-ssr
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Test Pub SSR
testpub-ssr
/
config
/
paths.js
12 lines
(9 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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'
), }