Skip to content

Commit c9cdf2d

Browse files
committed
move .quasar.env.json into a sample and up README
1 parent 80ec155 commit c9cdf2d

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules
55
# Quasar core related directories
66
.quasar
77
/dist
8+
.quasar.env.json
89

910
# Cordova related directories and files
1011
/src-cordova/node_modules

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Now access the application at http://localhost:8080.
6363
yarn
6464

6565
# setup env
66+
cp .quasar.env.sample.json .quasar.env.json
6667
vim .quasar.env.json
6768
## Adjust API_BASE_URL
6869
```

0 commit comments

Comments
 (0)