Skip to content

Commit

Permalink
Merge pull request #2 from mycurelabs/chore/default-api-link
Browse files Browse the repository at this point in the history
chore/default-api-link
  • Loading branch information
jmcruz14 authored Oct 18, 2023
2 parents e0bcd6b + 746a5a6 commit 1f805b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ module.exports = configure(function (ctx) {
env: {
...env,
APP_VERSION: pkg.version,
API_BASE_URL: ctx.dev
? 'https://api.staging.mycure.md'
: 'https://api.mycure.md',
},
// rawDefine: {}
// ignorePublicFolder: true,
Expand Down

0 comments on commit 1f805b7

Please sign in to comment.