Replaced to surfer.json and formated

This commit is contained in:
Mauro Balades 2024-07-06 21:24:05 +02:00
parent 7cfe4aa88d
commit b36fd5e768
26 changed files with 89 additions and 114 deletions

View file

@ -105,7 +105,7 @@ async function importInternalPatch(): Promise<Task> {
}))
return patchMethod<gitPatch.IGitPatch>(
'gluon',
'surfer',
structuredPatches,
async (patch) => await gitPatch.apply(patch.path)
)