-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use CDN for nebula frontend assets
- Loading branch information
Showing
3 changed files
with
18 additions
and
16 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 |
---|---|---|
|
@@ -313,17 +313,19 @@ gen-pkl: | |
|
||
.PHONY: build-motr build-hway build-nebula | ||
|
||
build-hway: gen-templ gen-pkl | ||
hway-build: gen-templ | ||
@echo "(motr) Building Highway gateway" | ||
go run github.com/syumai/workers/cmd/[email protected] -o ./cmd/hway/build -mode go | ||
GOOS=js GOARCH=wasm go build -o ./cmd/hway/build/app.wasm ./cmd/hway/server.go | ||
|
||
hway-dev: | ||
@echo "(motr) Deploying Highway gateway" | ||
cd cmd/hway && bun run dev | ||
|
||
build-motr: gen-templ gen-pkl | ||
motr-build: gen-templ gen-pkl | ||
@echo "(dwn) Building motr.wasm -> Service Worker IPFS Vault" | ||
GOOS=js GOARCH=wasm go build -o ./pkg/dwn/app.wasm ./cmd/motr/main.go | ||
|
||
build-nebula: | ||
nebula-build: | ||
@echo "(nebula) Building nebula" | ||
cd pkg/nebula && bun install && bun run build | ||
|
||
|
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.