From 972581d8fc7a4b6dae720fe9d39ee8ae3fd4e3a6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 11:30:39 +0800 Subject: resources: Add schema.sql to source_fs --- resources.go | 1 + 1 file changed, 1 insertion(+) diff --git a/resources.go b/resources.go index 4624603..bd5f37b 100644 --- a/resources.go +++ b/resources.go @@ -10,6 +10,7 @@ import ( //go:embed .gitignore LICENSE README.md //go:embed *.go go.mod go.sum //go:embed *.scfg +//go:embed schema.sql //go:embed static/* templates/* var source_fs embed.FS -- cgit v1.2.3