1
0
Fork 0
mirror of https://github.com/imjasonh/gots synced 2026-07-18 06:37:49 +00:00

separate prod+dev JS compile

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-08-30 21:31:58 -04:00
parent c006fdb136
commit 0853892d49
10 changed files with 127 additions and 42 deletions

5
frontend/generate_dev.go Normal file
View file

@ -0,0 +1,5 @@
//go:build ignore
package main
//go:generate sh -c "npm install && npm run build:dev"