-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(scripts): Update setup-zero script to use GitHub repository - Refactored setup-zero.ts to pull and link zero from a GitHub repository instead of a local install - Tidied up various scripts for improved organization and maintainability Implementation reason: This change enables builds to work in CI environments by ensuring consistent access to the zero dependency across different build contexts. It also improves the project's scalability and reduces potential issues related to local environment discrepancies. Files changed: - scripts/setup-zero.ts - scripts/build.ts - scripts/dev.ts - scripts/watch.ts * fix(api): fix prod build of api routes * Revert "feat(scripts): Update setup-zero script to use GitHub repository" This reverts commit e83519008b5593d4bdd7f316d43b885a779d00a7. * fix(dx): remove console.info * feature(ci): amend tests * feature(ci): trigger workflow
- Loading branch information
1 parent
f2320a9
commit 5f4bf5c
Showing
4 changed files
with
30 additions
and
13 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
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
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