-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to
esbuild
and bundle code into single file
ref https://linear.app/ghost/issue/AP-550/overhaul-docker-testing-setup - with this change, we do away with `tsx` in favor of straight `esbuild`, as `tsx` was proving to be problematic with our boot time - we can just compile this to a single JS file to keep this fast - this also changes the Docker workflow to use this and concurrently to watch and reload the files
- Loading branch information
1 parent
ec8d64f
commit f6009df
Showing
5 changed files
with
173 additions
and
152 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 |
---|---|---|
|
@@ -70,3 +70,6 @@ typings/ | |
|
||
# Activitypub V 3 Final Custom | ||
.direnv | ||
|
||
# Build | ||
dist/ |
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
Oops, something went wrong.