Skip to content

Commit

Permalink
move .quasar.env.json into a sample and up README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyosan committed Jul 30, 2021
1 parent 80ec155 commit c9cdf2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_modules
# Quasar core related directories
.quasar
/dist
.quasar.env.json

# Cordova related directories and files
/src-cordova/node_modules
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Now access the application at http://localhost:8080.
yarn

# setup env
cp .quasar.env.sample.json .quasar.env.json
vim .quasar.env.json
## Adjust API_BASE_URL
```
Expand Down

0 comments on commit c9cdf2d

Please sign in to comment.