mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Perf: speed up public folder setup / remove unused mkdir call
This commit is contained in:
@@ -101,8 +101,6 @@ export const buildSSPanelUIMAppProfile = task(import.meta.path, async () => {
|
||||
]
|
||||
);
|
||||
|
||||
await fsp.mkdir(path.resolve(import.meta.dir, '../List/internal'), { recursive: true });
|
||||
|
||||
await compareAndWriteFile(
|
||||
output,
|
||||
path.resolve(import.meta.dir, '../List/internal/appprofile.php')
|
||||
|
||||
Reference in New Issue
Block a user