Fix ref
This commit is contained in:
parent
3535aa4894
commit
98c549ceaf
|
@ -22,7 +22,7 @@ const baseConfig: Config.InitialProjectOptions = {
|
||||||
|
|
||||||
// add pro sources if they exist
|
// add pro sources if they exist
|
||||||
if (fs.existsSync("../pro/src")) {
|
if (fs.existsSync("../pro/src")) {
|
||||||
baseConfig.moduleNameMapper!["@budibase/pro"] = "<rootDir>/../pro"
|
baseConfig.moduleNameMapper!["@budibase/pro"] = "<rootDir>/../pro/src"
|
||||||
}
|
}
|
||||||
|
|
||||||
const config: Config.InitialOptions = {
|
const config: Config.InitialOptions = {
|
||||||
|
|
Loading…
Reference in New Issue