fix: build

This commit is contained in:
Felix Roos 2023-06-08 21:31:32 +02:00
parent ffffdd2d7d
commit 1fec2f7a46
4 changed files with 2 additions and 330 deletions

View file

@ -4,11 +4,11 @@
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview --port 3009",
"preview": "astro preview --port 3009 --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {