mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 14:46:40 +09:00
remove debug log
This commit is contained in:
parent
711d1d110e
commit
45d1173925
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user