fix: fixes broken build

This commit is contained in:
2025-11-02 11:27:31 -03:00
parent a1b0194ec9
commit 1cc4eb5ccd
6 changed files with 82 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
function getPrefix() {
if (process.argv.includes('--prod') || process.argv.includes('-p')) {
return `${__dirname}/dist/frontend-hideyoshi.com`
return `${__dirname}/dist/frontend-hideyoshi.com/browser/`
}
return `${__dirname}/src`
}