File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
src/content/docs/workers/static-assets/migrations Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ pcx_content_type : navigation
3+ title : Migrations
4+ sidebar :
5+ order : 11
6+ head : []
7+ description : Learn how to migrate your applications to Cloudflare Workers.
8+ ---
9+
10+ import {
11+ Description ,
12+ DirectoryListing ,
13+ } from " ~/components" ;
14+
15+ <Description >
16+ Bring your existing applications to Cloudflare Workers.
17+ </Description >
18+
19+ Take advantage of Cloudflare's global network and migrate your existing applications to Workers.
20+
21+ <DirectoryListing folder = " workers/static-assets/migrations" />
File renamed without changes.
Original file line number Diff line number Diff line change 11---
2- updated : 2025-04-24
2+ updated : 2025-04-25
33difficulty : Beginner
44pcx_content_type : tutorial
5- title : Migrating from Vercel to Workers
5+ title : Migrate from Vercel to Workers
66---
77
88import { WranglerConfig } from " ~/components" ;
You can’t perform that action at this time.
0 commit comments