-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(#797, #878): set baseURL
via environment variables and improve internal url detection
#913
Open
zoey-kaiser
wants to merge
13
commits into
main
Choose a base branch
from
797/878/improve-local-baseurl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6d5c976
feat: setting baseurl via environment variable and improving detectioβ¦
zoey-kaiser cf88c9e
fix: access runtime via nuxt object in module setup
zoey-kaiser ebbb4af
move import to old location
zoey-kaiser 4592a6d
fix: docs url
zoey-kaiser 42708f3
fix: do not add path if origin was provided
zoey-kaiser 2bbd24d
fix: last incorrect usage of path and origin
zoey-kaiser 063159c
fix: authjs tests
zoey-kaiser 7043515
Merge branch 'main' into 797/878/improve-local-baseurl
zoey-kaiser 119ef8e
Merge branch 'main' into 797/878/improve-local-baseurl
zoey-kaiser dd5d20b
Merge branch 'main' into 797/878/improve-local-baseurl
zoey-kaiser d3e8050
Merge branch 'main' into 797/878/improve-local-baseurl
phoenix-ru 013fcc2
enh: get rid of computed property and introduce a new `resolveApiUrlPβ¦
phoenix-ru 1cd7381
chore: major refactoring
phoenix-ru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ | |
"dev:prepare": "nuxt-module-build build --stub", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs" | ||
"docs:preview": "vitepress preview docs", | ||
"test:unit": "vitest" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.12.4", | ||
|
@@ -61,6 +62,7 @@ | |
"ts-essentials": "^9.4.2", | ||
"typescript": "^5.5.4", | ||
"vitepress": "^1.3.1", | ||
"vitest": "^1.6.0", | ||
"vue-tsc": "^2.0.29" | ||
}, | ||
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a breaking change