Add Scenarios to source roots

This commit is contained in:
yname 2025-09-10 19:03:00 -04:00
parent e77fa2f406
commit 4bd78145dd
Signed by: yname
GPG key ID: 0F1CA0E8744D3055

View file

@ -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