Added Deployment options (#16)

* Added wrangler.json for deployments

* Updated readme with deployment buttons
This commit is contained in:
FifthWit 2025-04-23 11:40:10 -05:00 committed by GitHub
parent 12d809338e
commit b3ab674015
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -1,6 +1,10 @@
# P-Stream
[![P-Stream Image](.github/P-Stream.png)](https://docs.pstream.org)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fp-stream%2Fp-stream)
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/p-stream)
**I *do not* endorse piracy of any kind I simply enjoy programming and large user counts.**
## Links And Resources

9
wrangler.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "p-stream",
"compatibility_date": "2024-06-01",
"pages_build_output_dir": "dist",
"build": {
"command": "npm run build"
},
"workers_dev": true
}