feat: move gateway web code to dedicated directory

This commit is contained in:
Prad Nukala 2024-10-08 17:26:01 -04:00
parent 25cddbada6
commit 2970497683
9 changed files with 4 additions and 4 deletions

View File

@ -316,8 +316,8 @@ gen-pkl:
build-hway: gen-templ gen-pkl
@echo "(motr) Building Highway gateway"
go run github.com/syumai/workers/cmd/workers-assets-gen@v0.23.1 -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/workers-assets-gen@v0.23.1 -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

1
pkg/idpvr/search.go Normal file
View File

@ -0,0 +1 @@
package idpvr

1
pkg/idpvr/txns.go Normal file
View File

@ -0,0 +1 @@
package idpvr

View File

@ -1 +0,0 @@
package handlers

View File

@ -1 +0,0 @@
package handlers