This commit is contained in:
Rizky 2024-02-18 08:05:07 +07:00
parent 645f6d1739
commit c916e47150
1 changed files with 4 additions and 1 deletions

View File

@ -120,7 +120,10 @@ export const createServer = async () => {
});
};
if (!url.pathname.startsWith("/_deploy")) {
if (
!url.pathname.startsWith("/_deploy") &&
!url.pathname.startsWith("/_prasi")
) {
if (
!g.deploy.server &&
(await existsAsync(dir(`app/web/server/index.js`)))