feat: ability to create a project #9

Merged
matous-volf merged 50 commits from feat/project-create into main 2024-08-18 21:36:06 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit afef3d5f84 - Show all commits

View File

@ -3,7 +3,7 @@
"tailwindcss": "^3.4.6" "tailwindcss": "^3.4.6"
}, },
"scripts": { "scripts": {
"build": "tailwindcss -i src/styles/tailwind.css -o assets/styles/tailwind_output.css", "build": "tailwindcss -c src/styles/tailwind.config.js -i src/styles/tailwind.css -o assets/styles/tailwind_output.css",
"watch": "npm run build -- --watch" "watch": "npm run build -- --watch"
} }
} }