system-prompts-and-models-o.../Nowhere_AI_Agent/start-nowhere.bat
dopeuni444 d43632a49a Removes outdated prompt files
Removes the `Chat Prompt.txt`, `VSCode Agent/Prompt.txt`, `Warp.dev/Prompt.txt`, and `v0 Prompts and Tools/Prompt.txt` files.

These files likely contain outdated prompts or configurations that are no longer needed in the current project. Removing them helps to clean up the codebase and prevent potential confusion or conflicts.
2025-07-31 01:45:01 +04:00

7 lines
150 B
Batchfile

@echo off
echo 🚀 Starting Nowhere AI Agent...
echo.
echo 📝 Make sure you're in the Nowhere_AI_Agent directory
echo.
node simple-server.js
pause