chore: remove post-generation hook from cargo-generate.toml

This commit is contained in:
2026-01-02 06:06:04 +01:00
parent d916218703
commit 7dbdf3f00b

View File

@@ -9,9 +9,6 @@ database = { type = "string", prompt = "Database type", choices = [
"postgres", "postgres",
], default = "sqlite" } ], default = "sqlite" }
[hooks]
post = ["migrations.rhai"]
[conditional] [conditional]
# Conditional dependencies based on database choice # Conditional dependencies based on database choice
sqlite = { condition = "database == 'sqlite'", ignore = [ sqlite = { condition = "database == 'sqlite'", ignore = [