wip fix
This commit is contained in:
parent
645f6d1739
commit
c916e47150
|
|
@ -120,7 +120,10 @@ export const createServer = async () => {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!url.pathname.startsWith("/_deploy")) {
|
if (
|
||||||
|
!url.pathname.startsWith("/_deploy") &&
|
||||||
|
!url.pathname.startsWith("/_prasi")
|
||||||
|
) {
|
||||||
if (
|
if (
|
||||||
!g.deploy.server &&
|
!g.deploy.server &&
|
||||||
(await existsAsync(dir(`app/web/server/index.js`)))
|
(await existsAsync(dir(`app/web/server/index.js`)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue