mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Fix admin development
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
4fbd411f69
commit
d8209894fa
@ -264,7 +264,6 @@ async function watchAdmin({ dir, host, port, browser, options }) {
|
||||
* @param {string} dir
|
||||
*/
|
||||
async function watchFiles(dir) {
|
||||
await createCacheDir(dir);
|
||||
const cacheDir = path.join(dir, '.cache');
|
||||
const appExtensionFile = path.join(dir, 'admin', 'app.js');
|
||||
const extensionsPath = path.join(dir, 'admin', 'extensions');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user