remove debug log
This commit is contained in:
parent
711d1d110e
commit
45d1173925
@ -49,7 +49,6 @@ async function buildBackendScript() {
|
|||||||
let clientEntry;
|
let clientEntry;
|
||||||
try {
|
try {
|
||||||
clientEntry = JSON.parse(await fs.readFile('./built/_vite_/manifest.json', 'utf-8'))['src/_boot_.ts'].file;
|
clientEntry = JSON.parse(await fs.readFile('./built/_vite_/manifest.json', 'utf-8'))['src/_boot_.ts'].file;
|
||||||
console.log(clientEntry);
|
|
||||||
} catch {
|
} catch {
|
||||||
clientEntry = 'src/_boot_.ts';
|
clientEntry = 'src/_boot_.ts';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user