Initial commit: code as received (Create/Anything export)
Insole-production time tracker exported from the Create/Anything AI platform. Baseline snapshot before any reverse-engineering or cleanup. - apps/mobile: Expo Router app (iOS/Android/web), the only workspace - publisher/: standalone OpenNext/AWS deploy tooling for the web side - Backend (/api/tasks, /api/logs + DB) lives remotely, not in this repo
This commit is contained in:
15
.yarn/patches/@expo+cli+54.0.1.patch
Normal file
15
.yarn/patches/@expo+cli+54.0.1.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js b/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js
|
||||
index b5cba1b..2cbb2a5 100644
|
||||
--- a/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js
|
||||
+++ b/build/src/start/server/middleware/ExpoGoManifestHandlerMiddleware.js
|
||||
@@ -143,7 +143,9 @@ class ExpoGoManifestHandlerMiddleware extends _ManifestMiddleware.ManifestMiddle
|
||||
codeSigningInfo
|
||||
});
|
||||
const expoUpdatesManifest = {
|
||||
- id: _crypto().default.randomUUID(),
|
||||
+ id: _crypto().default.randomUUID({
|
||||
+ disableEntropyCache: true
|
||||
+ }),
|
||||
createdAt: new Date().toISOString(),
|
||||
runtimeVersion,
|
||||
launchAsset: {
|
||||
Reference in New Issue
Block a user