reconfigure docker/caddy/build

This commit is contained in:
Timothy Pidashev
2024-09-06 20:52:04 -07:00
parent 2fcdf6272e
commit 0ff2116794
8 changed files with 119 additions and 18 deletions

View File

@@ -1,13 +1,11 @@
{
"name": "src",
"version": "0.0.1",
"version": "v1.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "3.1.1",
@@ -17,4 +15,4 @@
"postcss": "8.4.21",
"tailwindcss": "3.2.7"
}
}
}