Spaces:
Sleeping
Sleeping
Update app.js
Browse files
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 = '
|
| 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 {
|