Initial commit

This commit is contained in:
Dilson's Pickles
2025-03-25 15:06:50 +11:00
parent 1e529a1c8b
commit 7acba7f587
3 changed files with 24 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && npx tailwindcss -i ./src/styles/input.css -o ./dist/output.css",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},