Update package.json

master
Kar 2025-03-31 16:03:46 +00:00
parent c428b03c3a
commit e681ed54cb
1 changed files with 2 additions and 2 deletions

View File

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