chore: prepare v1.0.0 release
This commit is contained in:
@@ -65,7 +65,7 @@ async function writeManifest(manifest: StagingManifest) {
|
||||
await writeFile(getManifestPath(manifest.stagingId), JSON.stringify(manifest, null, 2), 'utf-8')
|
||||
}
|
||||
|
||||
export async function cleanupExpiredStagingUploads() {
|
||||
async function cleanupExpiredStagingUploads() {
|
||||
if (!existsSync(STAGING_ROOT)) return
|
||||
|
||||
const entries = await readdir(STAGING_ROOT, { withFileTypes: true })
|
||||
|
||||
Reference in New Issue
Block a user