updated tailwind script
This commit is contained in:
@@ -3,7 +3,7 @@ package main
|
||||
//go:generate planter postgres://planter:planter@localhost:5432/inventory_2?sslmode=disable -o diagrams/database_schema.uml
|
||||
//go:generate plantuml diagrams/*.uml -tsvg
|
||||
//go:generate plantuml diagrams/etsy/*.uml -tsvg
|
||||
//go:generate npx @tailwindcss/cli -i styles/source.css -o styles/index.css --cwd ./internal/server
|
||||
//go:generate npx @tailwindcss/cli -i styles/source.css -o styles/index.css
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user