Skip to content

Commit

Permalink
deploy to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCutestCat committed Aug 27, 2024
1 parent ddeffac commit 33d5ad3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
streamlit run superexcel/main.py
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"builds": [
{
"src": "superexcel/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "superexcel/main.py"
}
]
}

0 comments on commit 33d5ad3

Please sign in to comment.