From 4bd78145dd8de65b1408bd11cad7bf62aca5bbe9 Mon Sep 17 00:00:00 2001 From: yname Date: Wed, 10 Sep 2025 19:03:00 -0400 Subject: [PATCH] Add Scenarios to source roots --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3cca604..554524f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import { resolve } from 'path' import { spawn } from 'child_process' // These are where I (yname) have my Rojo projects. -const SOURCE_ROOTS = ['Core', 'Secret'] +const SOURCE_ROOTS = ['Scenarios', 'Core', 'Secret'] type RojoSourcemap = { name: string