mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
new examples
This commit is contained in:
14
node/fastify/package.json
Normal file
14
node/fastify/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "fastify-webserver",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple backend webserver written in Fastify",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fastify": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user