bun
This commit is contained in:
parent
1fb276056e
commit
d47a04e412
2 changed files with 1 additions and 16 deletions
|
@ -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"
|
|
@ -2,6 +2,7 @@
|
|||
"name": "IEEE_UCSD_WEBSITE",
|
||||
"type": "module",
|
||||
"version": "1.2.0",
|
||||
"packageManager": "bun@1.2.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "node dist/server/entry.mjs",
|
||||
|
|
Loading…
Reference in a new issue