mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
chore: update .gitignore, add singularity-run base path, remove stray files
- Add .vite/, .claude/, .plan.md, .playwright-mcp/, test-*.png to .gitignore - Add gh-pages base path to singularity-run vite config - Remove stray test screenshots, debug script, vite cache Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
base: '/game-creator/singularity-run/',
|
||||
server: {
|
||||
port: 3000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user