mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 15:32:17 +00:00
Added Deployment options (#16)
* Added wrangler.json for deployments * Updated readme with deployment buttons
This commit is contained in:
parent
12d809338e
commit
b3ab674015
2 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# P-Stream
|
# P-Stream
|
||||||
[](https://docs.pstream.org)
|
[](https://docs.pstream.org)
|
||||||
|
|
||||||
|
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fp-stream%2Fp-stream)
|
||||||
|
|
||||||
|
[](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.**
|
**I *do not* endorse piracy of any kind I simply enjoy programming and large user counts.**
|
||||||
|
|
||||||
## Links And Resources
|
## Links And Resources
|
||||||
|
|
|
||||||
9
wrangler.json
Normal file
9
wrangler.json
Normal 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
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue