mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 10:56:35 +01:00
remove debug log
This commit is contained in:
parent
711d1d110e
commit
45d1173925
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue