mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
fix tailwind debug and skip language model on dev.
This commit is contained in:
4
main.go
4
main.go
@@ -91,9 +91,9 @@ func main() {
|
||||
"module.exports", "tailwind.config", 1,
|
||||
)
|
||||
|
||||
styleb, err := os.ReadFile("tailwind.css")
|
||||
styleb, err := os.ReadFile("base.css")
|
||||
if err != nil {
|
||||
log.Fatal().Err(err).Msg("failed to load tailwind.css")
|
||||
log.Fatal().Err(err).Msg("failed to load base.css")
|
||||
return
|
||||
}
|
||||
style := string(styleb)
|
||||
|
||||
Reference in New Issue
Block a user