mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: improve types & performance
This commit is contained in:
@@ -22,7 +22,8 @@ export const buildPublic = task(import.meta.path, async (span) => {
|
||||
.traceChild('copy public files')
|
||||
.traceAsyncFn(async () => {
|
||||
const filesToBeCopied = (await listDir(
|
||||
rootPath, {
|
||||
rootPath,
|
||||
{
|
||||
ignoreHidden: true,
|
||||
ignorePattern: /node_modules|Build|public/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user