Sapphire json Configuration

So I arranged my packages like this below: https://i.imgur.com/crYUZyB.png and I changed my .sapphirerc.json to:
{
"projectLanguage": "ts",
"locations": {
"base": "src/sapphire",
"arguments": "arguments",
"commands": "commands",
"listeners": "listeners",
"preconditions": "preconditions",
"interaction-handlers": "interaction-handlers",
"routes": "routes"
},
"customFileTemplates": {
"enabled": false,
"location": ""
}
}
{
"projectLanguage": "ts",
"locations": {
"base": "src/sapphire",
"arguments": "arguments",
"commands": "commands",
"listeners": "listeners",
"preconditions": "preconditions",
"interaction-handlers": "interaction-handlers",
"routes": "routes"
},
"customFileTemplates": {
"enabled": false,
"location": ""
}
}
But it seems sapphire is not picking anything up, what other steps would I be missing? (side note its 2am so im probably just doing this wrong)
Imgur
Solution:
Nevermind, searching deeper in the discord I see this file has to do with sapphire cli generation and not anything to do with core sapphire. Found a link on the doc for an overloaded client
Jump to solution
1 Reply
Solution
Baylem
Baylem8mo ago
Nevermind, searching deeper in the discord I see this file has to do with sapphire cli generation and not anything to do with core sapphire. Found a link on the doc for an overloaded client