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",
|
"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…
Reference in New Issue