From 832ca9e7d54e7ab108bdae1c23583dd33a00d1e7 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 14 Sep 2024 02:41:29 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"