Add a new script to purge the dev env, as Nuxt is super unstable. & update some lang stuff.

This commit is contained in:
yuanhau 2025-05-27 15:39:33 +08:00
parent 417630bcd8
commit fe026214dc
4 changed files with 24 additions and 2 deletions

2
clean-dev-env.sh Executable file
View file

@ -0,0 +1,2 @@
rm -rf .nuxt .output node_modules bun.lock
bun install