mrdjohnson / llm-x

LLMX; Easiest 3rd party Local LLM UI for the web!
https://mrdjohnson.github.io/llm-x/
MIT License
174 stars 17 forks source link

fix build on Windows #8

Closed DipFlip closed 8 months ago

DipFlip commented 8 months ago

Adding rimraf (for cross-platform rm) and cross-env (for cross-platform environment variables)

Fixes: https://github.com/mrdjohnson/llm-x/issues/6

mrdjohnson commented 8 months ago

Apologies! merged my other PR without realizing about this one yet.

I removed the "rm -rf" code that previously existed so we no longer need the rimraf code; other that looks good!