aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
commitdb3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch)
treefa081473303614da070708c594f35618c5d3f670 /resources.go
parent*: Add column headers to tables (diff)
downloadforge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip
scripts, sql: Reorganize
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources.go b/resources.go
index 6c3cece..20d4484 100644
--- a/resources.go
+++ b/resources.go
@@ -17,8 +17,7 @@ import (
//go:embed *.go go.mod go.sum
//go:embed *.scfg
//go:embed Makefile
-//go:embed schema.sql
-//go:embed static/* templates/*
+//go:embed static/* templates/* scripts/* sql/*
//go:embed git_hooks_client/*.c
//go:embed vendor/*
var source_fs embed.FS