move to yarn
This commit is contained in:
parent
2eb45e22e2
commit
1ac026ea9f
3 changed files with 6963 additions and 2063 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "astro-air",
|
||||
"name": "wrath",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
|
|
@ -7,7 +7,8 @@
|
|||
"build": "astro check && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"format": "prettier --write ."
|
||||
"format": "prettier --write .",
|
||||
"start": "HOST=0.0.0.0 PORT=4321 node ./dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.5",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue