mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 00:40:04 +09:00
enhance: Vite HMR while yarn dev, and more build tuning (#9361)
* enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
@ -12,4 +12,5 @@ const fs = require('fs');
|
||||
|
||||
fs.rmSync(__dirname + '/../built', { recursive: true, force: true });
|
||||
fs.rmSync(__dirname + '/../node_modules', { recursive: true, force: true });
|
||||
fs.rmSync(__dirname + '/../.yarn/cache', { recursive: true, force: true });
|
||||
})();
|
||||
|
Reference in New Issue
Block a user