create-einja-app 0.2.18 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -173,6 +173,7 @@ npx create-einja-app add --dry-run
173
173
 
174
174
  ```
175
175
  my-project/
176
+ ├── .vscode/ # VS Code設定(Biome統合)
176
177
  ├── apps/
177
178
  │ └── web/ # Next.js 15アプリケーション
178
179
  │ ├── src/