remove debug log

This commit is contained in:
riku6460 2023-11-09 23:13:47 +09:00
parent 711d1d110e
commit 45d1173925
No known key found for this signature in database
GPG Key ID: 27414FA27DB94CF6

View File

@ -49,7 +49,6 @@ async function buildBackendScript() {
let clientEntry;
try {
clientEntry = JSON.parse(await fs.readFile('./built/_vite_/manifest.json', 'utf-8'))['src/_boot_.ts'].file;
console.log(clientEntry);
} catch {
clientEntry = 'src/_boot_.ts';
}