diff --git a/package.json b/package.json index 980c9bb..a47e357 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "IEEE_UCSD_WEBSITE", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "dev": "astro dev", - "start": "astro dev", + "start": "node dist/server/entry.mjs", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro"