Fix esbuild for account-portal
This commit is contained in:
parent
9d8182ffa9
commit
312de2ce1f
|
@ -23,7 +23,7 @@ function runBuild(entry, outfile) {
|
|||
)
|
||||
|
||||
if (
|
||||
!fs.existsSync("../pro/src") &&
|
||||
!fs.existsSync(path.join(__dirname, "../packages/pro/src")) &&
|
||||
tsconfigPathPluginContent.compilerOptions?.paths
|
||||
) {
|
||||
// If we don't have pro, we cannot bundle backend-core.
|
||||
|
|
Loading…
Reference in New Issue