This commit is contained in:
chark1es 2025-01-23 14:30:48 -08:00
parent 1fb276056e
commit d47a04e412
2 changed files with 1 additions and 16 deletions

View file

@ -1,16 +0,0 @@
[phases.setup]
pkgs = ["nodejs", "bun"]
cmds = ["bun --version"]
providers = ["bun"]
[phases.install]
cmds = ["bun install"]
[phases.build]
cmds = ["bun run build"]
[start]
cmd = "bun run start"
[variables]
NODE_PACKAGE_MANAGER = "bun"

View file

@ -2,6 +2,7 @@
"name": "IEEE_UCSD_WEBSITE", "name": "IEEE_UCSD_WEBSITE",
"type": "module", "type": "module",
"version": "1.2.0", "version": "1.2.0",
"packageManager": "bun@1.2.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "node dist/server/entry.mjs", "start": "node dist/server/entry.mjs",