mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
Initial Commit
This commit is contained in:
8
internal/assets/assets.go
Normal file
8
internal/assets/assets.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package assets
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed dist
|
||||
var Assets embed.FS
|
||||
Reference in New Issue
Block a user