Browse Source

production setup

production
Yiğit Çolakoğlu 4 years ago
parent
commit
6517ac0f75
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      .env.example
  2. +3
    -1
      .travis.yml

+ 1
- 1
.env.example View File

@ -1,2 +1,2 @@
NODE_ENV=development
NODE_ENV=production
VUE_APP_API_BASE_URL=http://localhost:9090

+ 3
- 1
.travis.yml View File

@ -2,7 +2,9 @@ language: node_js
node_js:
- "node"
cache: npm
install:
- npm install -g @vue/cli-service-global
- npm install
script: npm run build


Loading…
Cancel
Save