forked from phc/tutorato
chore: default package manager is bun
Still is you want you can commit more lock files for other package managers.main
parent
92f7382111
commit
7ea4885a57
@ -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…
Reference in New Issue