This website requires JavaScript.
Explore
Help
Sign In
martyn
/
townsquare
mirror of
https://github.com/bra1n/townsquare.git
Watch
1
Star
0
Fork
You've already forked townsquare
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0f1397c53d
townsquare
/
vue.config.js
4 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Create vue.config.js
2020-04-03 17:36:37 +00:00
module
.
exports
=
{
eslint added
2020-04-05 17:50:33 +00:00
publicPath
:
process
.
env
.
NODE
_ENV
===
"production"
?
"/townsquare/"
:
"/"
fixed build
2020-04-04 12:41:21 +00:00
}
;