chore: optimize cms startup, refactor scripts and implement real-time dev mode
This commit is contained in:
@@ -12,7 +12,9 @@ const entryPoints = [
|
||||
|
||||
try {
|
||||
mkdirSync(resolve(__dirname, 'dist'), { recursive: true });
|
||||
} catch (e) { }
|
||||
} catch {
|
||||
// ignore
|
||||
}
|
||||
|
||||
console.log(`Building entry point...`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user