-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: build as middleware & use fastify
- Loading branch information
Showing
4 changed files
with
615 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,19 @@ | |
"build": "astro build", | ||
"publish:patch": "npm version patch && npm publish --access public", | ||
"publish:minor": "npm version minor && npm publish --access public", | ||
"deploy": "astro build && scp -r dist [email protected]:~/cozy/" | ||
"deploy": "astro build && scp -r dist [email protected]:~/cozy/" | ||
}, | ||
"devDependencies": { | ||
"astro": "^4.12.2" | ||
}, | ||
"dependencies": { | ||
"@astrojs/node": "^8.3.2", | ||
"@ayco/astro-resume": "^0.4.0", | ||
"@ayco/astro-resume": "^0.4.1", | ||
"@extractus/article-extractor": "^8.0.10", | ||
"@fastify/middie": "^8.3.1", | ||
"@fastify/static": "^7.0.4", | ||
"astro-iconify": "^1.2.0", | ||
"fastify": "^4.28.1", | ||
"sass": "^1.77.8", | ||
"ultrahtml": "^1.5.3" | ||
} | ||
|
Oops, something went wrong.