Skip to content

Commit

Permalink
feat: move gateway web code to dedicated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 8, 2024
1 parent 25cddba commit 2970497
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ gen-pkl:

build-hway: gen-templ gen-pkl
@echo "(motr) Building Highway gateway"
go run github.com/syumai/workers/cmd/[email protected] -o ./web/build -mode go
GOOS=js GOARCH=wasm go build -o ./web/build/app.wasm ./web/server.go
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


build-motr: gen-templ gen-pkl
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions pkg/idpvr/search.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package idpvr
1 change: 1 addition & 0 deletions pkg/idpvr/txns.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package idpvr
1 change: 0 additions & 1 deletion web/provider/search.go

This file was deleted.

1 change: 0 additions & 1 deletion web/provider/txns.go

This file was deleted.

0 comments on commit 2970497

Please sign in to comment.