Skip to content

Commit 484be50

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md
1 parent 65df018 commit 484be50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/development-flow/umbraco-extension-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dotnet new umbraco-extension -n MyExtension -ex
2929
This command creates a new folder called `MyExtension` with the following files and folders:
3030
- `MyExtension.csproj`: The project file for the extension.
3131
- `Constants.cs`: A file containing constants for the extension.
32-
- `Client`: A folder containing the source code for the extension, a package.json file, a tsconfig.json file, and the vite.config.ts configuration file.
32+
- `Client`: A folder containing the source code for the extension, a `package.json` file, a `tsconfig.json` file, and the `vite.config.ts` configuration file.
3333
- `README.md`: A readme file with instructions on how to build and run the extension.
3434

3535
The `-ex` flag indicates that you want to include examples of how to use the extension. This flag is optional, but it is recommended to include it if you are new to building extensions for Umbraco. It will additionally give you:

0 commit comments

Comments
 (0)