Skip to content

Commit

Permalink
Fix wrangler deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Nov 30, 2023
1 parent 992b99b commit b7dcb54
Show file tree
Hide file tree
Showing 15 changed files with 494 additions and 467 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@aws-sdk/client-s3": "^3.19.0",
"@aws-sdk/s3-request-presigner": "^3.19.0",
"@prisma/client": "^5.4.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.0",
"aws-sdk": "^2.935.0",
"prisma": "^5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/clips-upload/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-internal-upload-clips"
main = "./build/server/server.js"
main = "../build/server/clips-upload.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
2 changes: 1 addition & 1 deletion functions/email/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-email"
main = "./build/server/server.js"
main = "../build/server/index.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
2 changes: 1 addition & 1 deletion functions/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@quilted/react-email": "^0.3.0",
"@quilted/react-email": "^0.3.1",
"@quilted/request-router": "^0.2.0",
"@tsndr/cloudflare-worker-jwt": "^2.1.0",
"react": "npm:@quilted/react@^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/images/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-images"
main = "./build/server/server.js"
main = "../build/server/images.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2023-02-06"
Expand Down
2 changes: 1 addition & 1 deletion functions/metrics/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-metrics"
main = "./build/server/server.js"
main = "../build/server/metrics.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
2 changes: 1 addition & 1 deletion functions/router/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-router"
main = "./build/server/server.js"
main = "../build/server/router.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
2 changes: 1 addition & 1 deletion functions/stripe/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-stripe"
main = "./build/server/server.js"
main = "../build/server/stripe.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-tmdb-refresher-scheduler"
main = "./build/server/server.js"
main = "../build/server/tmdb-refresher-scheduler.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
2 changes: 1 addition & 1 deletion functions/tmdb-refresher/configuration/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "watch-tmdb-refresher"
main = "./build/server/server.js"
main = "../build/server/tmdb-refresher.js"

account_id = "9bfdb755def60e50760e33036c6f1624"
compatibility_date = "2022-06-04"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"@prisma/client": "^5.4.0",
"@prisma/extension-accelerate": "^0.6.2",
"@quilted/browserslist-config": "^0.1.9",
"@quilted/cloudflare": "^0.2.2",
"@quilted/cloudflare": "^0.2.3",
"@quilted/craft": "^0.2.4",
"@quilted/graphql-tools": "^0.2.0",
"@quilted/prettier": "^0.2.11",
"@quilted/quilt": "^0.6.6",
"@quilted/rollup": "^0.2.16",
"@quilted/rollup": "^0.2.17",
"@quilted/typescript": "^0.3.0",
"@quilted/vite": "^0.1.13",
"@types/common-tags": "^1.8.1",
"@types/node": "^20.9.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.0",
"@watching/api": "workspace:*",
"concurrently": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/clips-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@lemonmade/remote-ui": "^0.3.3",
"@lemonmade/remote-ui-react": "^0.3.1",
"@preact/signals-core": "^1.5.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@quilted/react-signals": "^0.2.1",
"@types/react": "^18.2.38"
"@types/react": "^18.2.39"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/zest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@preact/signals-core": "^1.5.0",
"@quilted/events": "^2.0.0",
"@quilted/react-utilities": "^0.2.0",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.0.0",
"@watching/clips": "workspace:*",
"@watching/react-signals": "workspace:*",
Expand Down
Loading

0 comments on commit b7dcb54

Please sign in to comment.