Make worker inline
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 35s

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-07-30 20:38:14 -07:00
parent ec1fc6d28d
commit 7a19b9c43c

View File

@@ -140,7 +140,7 @@
import detectionMixin from './detection-mixin'
import cameraMixin from './camera-mixin'
import detectionWorker from '../assets/detect-worker.js?worker'
import detectionWorker from '../assets/detect-worker.js?worker&inline'
export default {
mixins: [submitMixin, detectionMixin, cameraMixin],