chore: default package manager is bun

Still is you want you can commit more lock files for other package
managers.
pull/1/head
Antonio De Lucreziis 2 weeks ago
parent 92f7382111
commit 7ea4885a57

3
.gitignore vendored

@ -22,3 +22,6 @@ pnpm-debug.log*
# jetbrains setting folder # jetbrains setting folder
.idea/ .idea/
# local files
*.local*

@ -0,0 +1,3 @@
{
"npm.packageManager": "bun"
}

@ -1,15 +1,15 @@
{ {
"name": "tutorato", "name": "tutorato",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "4.15.10" "astro": "4.15.10"
} }
} }

Loading…
Cancel
Save