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
.idea/
# local files
*.local*

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

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

Loading…
Cancel
Save