docs: add latest tag to all mentions of create-payload-app [no ci] (#3998)

This commit is contained in:
Elliot DeNolf
2023-11-03 17:18:03 -04:00
committed by GitHub
parent 926372f15a
commit dc253676e8
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ keywords: headless cms, typescript, documentation, Content Management System, cm
Payload supports TypeScript natively, and not only that, the entirety of the CMS is built with TypeScript. To get started developing with Payload and TypeScript, you can use one of Payload's built-in boilerplates in one line via `create-payload-app`:
```
npx create-payload-app
npx create-payload-app@latest
```
Pick a TypeScript project type to get started easily.