This commit is contained in:
dev sp
2023-12-01 16:25:33 +00:00
parent cb3d9994df
commit 6be7ee6f29
8 changed files with 603 additions and 68 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host --port 2008",
"start": "astro dev --host --port 2008",
"dev": "astro dev --host --port 2020",
"start": "astro dev --host --port 2020",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"