➜ expts npm create cloudflare
using create-cloudflare version 2.21.1
╭ Create an application with Cloudflare Step 1 of 3
│ dir ./worker-demo
│ type "Hello World" Durable Object
│ yes typescript
├ Copying template files
│ updated `package.json`
│ installed via `npm install`
╰ Application created
╭ Configuring your application for Cloudflare Step 2 of 3
│
├ Installing @cloudflare/workers-types
│ installed via npm
│
├ Adding latest types to `tsconfig.json`
│ added @cloudflare/workers-types/2023-07-01
│
├ Retrieving current workerd compatibility date
│ compatibility date 2024-05-02
│
├ Do you want to use git for version control?
│ yes git
│
├ Initializing git repo
│ initialized git
│
├ Committing new files
│ git commit
│
╰ Application configured
╭ Deploy with Cloudflare Step 3 of 3
│
├ Do you want to deploy your application?
│ yes deploy via `npm run deploy`
│
├ Logging into Cloudflare checking authentication status
│ logged in
│
├ Selecting Cloudflare account retrieving accounts
│
├ Deploying your application
│ deployed via `npm run deploy`
│
├ SUCCESS View your deployed application at https://worker-demo.julian-harris.workers.dev
│
│ Navigate to the new directory cd worker-demo
│ Run the development server npm run start
│ Deploy your application npm run deploy
│ Read the documentation https://developers.cloudflare.com/workers
│ Stuck? Join us at https://discord.cloudflare.com
│
└ Waiting for DNS to propagate (192s) .
^C
➜ expts cd worker-demo
➜ worker-demo git:(main) git status
On branch main
nothing to commit, working tree clean