2025-02-11 22:27:22 +01:00
|
|
|
[build]
|
|
|
|
|
filehash = false
|
2025-02-16 17:47:33 +01:00
|
|
|
dist = "../target/dist"
|
2025-02-14 03:20:34 +01:00
|
|
|
public_url = "."
|
|
|
|
|
|
|
|
|
|
[[hooks]]
|
2025-02-14 15:20:56 +01:00
|
|
|
stage = "build"
|
2025-02-14 03:20:34 +01:00
|
|
|
command = "cargo"
|
2025-02-14 15:20:56 +01:00
|
|
|
command_arguments = ["run", "--bin", "create_default_configs"]
|