ref: use bun
This commit is contained in:
parent
5d72fa6b64
commit
a0c75b14c3
@ -13,6 +13,9 @@ RUN bun install
|
||||
# Copy the rest of the application code
|
||||
COPY . .
|
||||
|
||||
# Build the app
|
||||
RUN bun run build
|
||||
|
||||
# Expose the port the app runs on
|
||||
EXPOSE 4173
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
"test": "vitest",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"go": "PORT=4173 node build"
|
||||
"go": "PORT=4173 bun ./build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/svelte": "^4.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user