Skip to content

Commit

Permalink
Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed Apr 5, 2024
1 parent 61008c0 commit 5266f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
git clone https://github.com/MedPocket/18-months --depth=1
cd 18-months
bun install
bun dev
bun run dev
```

## Want to learn more?
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"description": "The time for me to find myself.",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"build": "bunx --bun astro build",
"dev": "bunx --bun astro dev",
"format": "prettier -w . --cache",
"preview": "astro preview",
"start": "astro dev"
"preview": "bunx --bun astro preview",
"start": "bunx --bun astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.21.2",
Expand Down

0 comments on commit 5266f53

Please sign in to comment.