Update package.json

This commit is contained in:
chark1es 2024-09-14 02:41:29 -07:00
parent 1031de18ae
commit 832ca9e7d5

View file

@ -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"