mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 15:39:06 +00:00
Some checks failed
Build and Push Beta Image / build-and-push (push) Has been cancelled
scripts to give windows ppl a script to use & add MORE docker-compose files :D also updated deploy.md & gitignore, but the groq api thing is still broken tho.
6 lines
125 B
Batchfile
6 lines
125 B
Batchfile
@REM THis file is AI generated
|
|
rmdir /s /q node_modules
|
|
del /f /q bun.lock
|
|
rmdir /s /q .nuxt
|
|
rmdir /s /q .output
|
|
bun install
|