feat: add download-textures script to package.json for texture management

This commit is contained in:
MayaTheShy
2026-03-26 13:11:02 -04:00
parent a1ff2433e4
commit 981e561c2d

View File

@@ -7,6 +7,7 @@
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"download-textures": "node download-textures.js",
"test": "vitest run",
"test:watch": "vitest"
},