workflows indicate web_bundle file inclusions

This commit is contained in:
Brian Madison
2025-09-29 20:19:14 -05:00
parent 023edd1b7b
commit 9934224230
147 changed files with 740 additions and 478 deletions

View File

@@ -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"
}