mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
workflows indicate web_bundle file inclusions
This commit is contained in:
@@ -6,7 +6,7 @@ This guide provides web game engine-specific guidance (Phaser, PixiJS, Three.js,
|
||||
|
||||
## Web Game-Specific Questions
|
||||
|
||||
### 1. Engine & Technology Selection
|
||||
### 1. Engine and Technology Selection
|
||||
|
||||
**Ask:**
|
||||
|
||||
@@ -312,7 +312,7 @@ describe('Player', () => {
|
||||
|
||||
---
|
||||
|
||||
### Deployment & Build
|
||||
### Deployment and Build
|
||||
|
||||
**Build for production:**
|
||||
|
||||
@@ -321,7 +321,7 @@ describe('Player', () => {
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"build": "tsc andand vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "jest"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user