This commit is contained in:
Nathan Bierema 2025-11-12 09:56:52 -05:00
parent 7e6dcd0bf2
commit c5b518c58e
2 changed files with 4 additions and 2 deletions

View File

@ -50,6 +50,8 @@
"webpack-dev-server": "^5.2.2" "webpack-dev-server": "^5.2.2"
}, },
"msw": { "msw": {
"workerDirectory": "public" "workerDirectory": [
"public"
]
} }
} }

View File

@ -7,7 +7,7 @@
* - Please do NOT modify this file. * - Please do NOT modify this file.
*/ */
const PACKAGE_VERSION = '2.11.6' const PACKAGE_VERSION = '2.12.1'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set() const activeClientIds = new Set()