fix: Simplify extension folder name (#38690)

This commit is contained in:
Michael S. Molina
2026-03-17 14:00:19 -03:00
committed by GitHub
parent 5865176f36
commit 6f301707f9
4 changed files with 33 additions and 35 deletions

View File

@@ -75,7 +75,7 @@ This approach ensures that extensions from different organizations cannot confli
This creates a complete project structure:
```
my-org.hello-world/
hello-world/
├── extension.json # Extension metadata and configuration
├── backend/ # Backend Python code
│ ├── src/