chore: remove post-generation hook from cargo-generate.toml
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user