begin live server support

This commit is contained in:
Brian Beck 2026-03-09 12:38:40 -07:00
parent 0c9ddb476a
commit e4ae265184
368 changed files with 17756 additions and 7738 deletions

4
.gitignore vendored
View file

@ -76,6 +76,7 @@ web_modules/
.env
.env.development.local
.env.test.local
.env.production
.env.production.local
.env.local
@ -132,6 +133,9 @@ dist
.DS_Store
.tshy
# yalc
.yalc
# GameData folder with actual .vl2 files (unextracted) in it. Some scripts like
# `extract-assets` and `generate-manifest` look at this to extract or build the
# list of files. Once someone builds this, it's not really necessary for other