chore: just support for running scripts

This commit is contained in:
2026-02-20 17:56:01 +01:00
parent e74356f9a6
commit aedd9fce44
4 changed files with 12 additions and 5 deletions
-3
View File
@@ -5,9 +5,6 @@ import (
"io/fs"
)
//go:generate deno install
//go:generate deno task build
//go:embed all:build
var buildDir embed.FS
+7
View File
@@ -0,0 +1,7 @@
[working-directory: 'frontend']
gen:
deno install
deno task build
dev: gen
go run *.go
+5
View File
@@ -0,0 +1,5 @@
gen:
go tool templ generate
dev: gen
go run *.go
-2
View File
@@ -9,8 +9,6 @@ import (
"plg-mudics/display/web"
)
//go:generate go tool templ generate
func main() {
var err error