everydaycats commited on
Commit
3e2bae9
·
verified ·
1 Parent(s): f918ae6

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -18,7 +18,7 @@ app.use(bodyParser.json({ limit: "50mb" }));
18
  // 'FETCH_SCRIPT' -> Finds a script by name anywhere
19
  // 'SCAN_SERVER_STORAGE' -> Scans "ServerStorage" explicitly
20
  // 'SCAN_SELECTION' -> Scans whatever you clicked on in Roblox
21
- const DEMO_MODE = 'SCAN_SERVER_STORAGE';
22
 
23
  app.post("/api/ai-build", async (req, res) => {
24
  try {
 
18
  // 'FETCH_SCRIPT' -> Finds a script by name anywhere
19
  // 'SCAN_SERVER_STORAGE' -> Scans "ServerStorage" explicitly
20
  // 'SCAN_SELECTION' -> Scans whatever you clicked on in Roblox
21
+ const DEMO_MODE = 'SCAN_SELECTION';
22
 
23
  app.post("/api/ai-build", async (req, res) => {
24
  try {