1
0
forked from rosa/hakurei

cmd/pkgserver: relocate JS tests

This commit is contained in:
Kat
2026-03-20 03:50:10 +11:00
parent bab3d7d47d
commit c7b6f4b44e
20 changed files with 128 additions and 37 deletions

View File

@@ -0,0 +1,7 @@
//go:build !(frontend && frontend_test)
package main
import "net/http"
func testUiRoutes(mux *http.ServeMux) {}