Closed ValleyInforge closed 7 years ago
there are two strategies, you can run npm run start
, and then when you modify the code, the code will auto reload with the freshest version, or you can modify the code and then run npm run build
again
Thanks, it work!
Hello,
I would change the stat of the unit, like "mp", "hp", "mana", ecc. I need to modify the archer.ts (for example) and after do the build? I tried without success.