mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-02 12:01:53 +08:00
Chore: new internal assets folder
This commit is contained in:
@@ -56,7 +56,7 @@ export const buildInternalCDNDomains = task(import.meta.path, async (span) => {
|
||||
...sortDomains(domainDeduper(Array.from(proxySet)), gorhill).map(i => `SUFFIX,${i}`),
|
||||
...Array.from(proxyKeywords).sort().map(i => `REGEX,${i}`)
|
||||
],
|
||||
path.resolve(import.meta.dir, '../List/internal/cdn.txt')
|
||||
path.resolve(import.meta.dir, '../Internal/cdn.txt')
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user