Skip to content

Commit

Permalink
Remove Netlify, simplify Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Sep 11, 2024
1 parent 5559234 commit e0850da
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 56 deletions.
2 changes: 1 addition & 1 deletion cloudflare/src/index.ts → cloudflare/worker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import handler from '../../src'
import handler from '../src'

export default {
async fetch(request: Request) {
Expand Down
2 changes: 1 addition & 1 deletion cloudflare/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "suggestions"
main = "src/index.ts"
main = "worker.ts"
compatibility_date = "2023-11-21"
minify = true
6 changes: 0 additions & 6 deletions netlify/netlify.toml

This file was deleted.

24 changes: 0 additions & 24 deletions netlify/netlify/edge-functions/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions netlify/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions netlify/tsconfig.json

This file was deleted.

0 comments on commit e0850da

Please sign in to comment.