Skip to content

Commit

Permalink
testing fast deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Aug 11, 2024
1 parent 8f18c74 commit 7da547d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
- type: web
name: holy-forest-1234
env: node
plan: free
startCommand: npm start
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "backend.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "backend.js"
}
]
}

0 comments on commit 7da547d

Please sign in to comment.