-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade deps. - Build script changes for new vergen. - Remove debug attr parsing from traceable_configurable_parser proc macro, it needs to be impl'd differently with new syn, but it's not used atm. - Make origins configurable.
- Loading branch information
Showing
18 changed files
with
772 additions
and
731 deletions.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[env] | ||
DEBUGLOGS_ORIGIN = "https://debuglogs.org/" | ||
WORKER_ORIGIN = "https://getlogs.warp.workers.dev/" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ node_modules | |
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
worker/wrangler.toml |
Oops, something went wrong.