Create .denoflare
Browse files- .denoflare +15 -0
.denoflare
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/common/config.schema.json",
|
| 3 |
+
"scripts": {
|
| 4 |
+
"main": {
|
| 5 |
+
"path": "./cfworker.ts",
|
| 6 |
+
"localPort": 8000
|
| 7 |
+
}
|
| 8 |
+
},
|
| 9 |
+
"profiles": {
|
| 10 |
+
"myprofile": {
|
| 11 |
+
"accountId": "你的cf worker accountId",
|
| 12 |
+
"apiToken": "你的api token"
|
| 13 |
+
}
|
| 14 |
+
}
|
| 15 |
+
}
|