diff --git a/package.json b/package.json index 4910962a..1e3957e1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "db:migrate": "NODE_ENV=development dotenv -e .env.local -- tsx ./src/server/run-migrations-dev.ts", "lint": "next lint", "lint:fix": "next lint --fix", - "build": "next experimental-compile", + "build": "next build --experimental-build-mode compile", "start": "NODE_ENV=production node server.js", "start:dev-container": "./.devcontainer/filewatcher.sh && npm run start:dev", "start:rc": "docker compose -f docker-compose.rc.yml --env-file .env up --build", diff --git a/public/mockServiceWorker.js b/public/mockServiceWorker.js index c8762dfd..2d139dac 100644 --- a/public/mockServiceWorker.js +++ b/public/mockServiceWorker.js @@ -8,7 +8,7 @@ * - Please do NOT serve this file on production. */ -const PACKAGE_VERSION = '2.2.9' +const PACKAGE_VERSION = '2.2.13' const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set()