Make file extensions on Canonical resources runtime-agnostic

This commit is contained in:
2022-07-08 20:27:18 -05:00
parent cf0ae260dc
commit 2ff9354538
8 changed files with 23 additions and 10 deletions

View File

@@ -12,5 +12,5 @@ export class Queueables extends CanonicalStatic<Queueables, Instantiable<Queueab
protected canonicalItem = 'job'
protected suffix = '.job.js'
protected suffix = '.job'
}