This commit is contained in:
2023-04-03 02:49:17 +02:00
parent 9c716bf4db
commit c4cb0c6d81
12 changed files with 2399 additions and 10 deletions

View File

@@ -9,7 +9,8 @@
"compile": "tailwindcss -i ./styles/styles.css -o ./static/styles/styles.css",
"compile:watch": "tailwindcss -i ./styles/styles.css -o ./static/styles/styles.css --watch=always",
"serve:watch": "zola serve --drafts",
"dev": "yarn compile:watch & yarn serve:watch"
"dev": "yarn compile:watch & yarn serve:watch",
"build": "cd ci && cargo build && cd .. && ./ci/target/debug/ci"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.9",