feat: Add server dependencies and initial application components.
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
All checks were successful
Build and Release / build-and-release (push) Successful in 15m24s
This commit is contained in:
9
deploy/server/package.json
Normal file
9
deploy/server/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "discord-clone-deploy-server",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"compression": "^1.7.5",
|
||||
"express": "^4.21.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user