mirror of
https://github.com/kjuulh/bitebuds.git
synced 2025-08-23 14:56:27 +02:00
feat: with biteme cli
This commit is contained in:
@@ -18,7 +18,15 @@ args = [
|
||||
"./style/output.css",
|
||||
"--watch",
|
||||
]
|
||||
workspace = false
|
||||
|
||||
[tasks.build_tailwind]
|
||||
command = "npx"
|
||||
args = ["tailwindcss", "-i", "./input.css", "-o", "./style/output.css"]
|
||||
workspace = false
|
||||
|
||||
[tasks.install_biteme]
|
||||
command = "cargo"
|
||||
args = ["install", "--path", "crates/biteme"]
|
||||
workspace = false
|
||||
install_crate = "cargo-all-features"
|
||||
|
Reference in New Issue
Block a user