change directory paths
Some checks failed
test / cargo test (push) Failing after 1m40s

This commit is contained in:
2024-09-30 21:29:25 +02:00
parent 1ce8ccfdd5
commit da78b80587
9 changed files with 13 additions and 23 deletions

View File

@ -5,18 +5,15 @@ tailwind:
npx tailwindcss -i ./styles/input.css -o ./styles/output.css --watch
# svg sprite creation
# TODO change route on svetle project deletion
# TODO #directory-swap
svgstore:
npx svgstore -o templates/icons/sprite.svg ../src/svg/**.svg
npx svgstore -o templates/icons/sprite.svg src/svg/**.svg
server_dev:
cargo watch -x run
# CMS server for local dev
# TODO #directory-swap
decap_server:
cd .. && npx decap-server
npx decap-server
# Run dev server in watch mode
dev: