I get a weird error that comes from Effect when I try to use schema with Remix:
> cross-env NODE_ENV=production node ./server.jsError: Record: unsupported key schema (<enum 4 value(s): 0 | 1 | 2 | 3>) at go (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/AST.ts:2011:15) at Module.record (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/AST.ts:2014:3) at Function.ast (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2110:59) at new TypeLiteralImpl (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2121:36) at new $RecordImpl (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2175:5) at Record (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2187:3) at file:///home/addamsson/projects/larisel/apps/larisel/build/index.js?t=1713801488830.2632:2013:13 at ModuleJob.run (node:internal/modules/esm/module_job:222:25) at ModuleLoader.import (node:internal/modules/esm/loader:323:24) at file:///home/addamsson/projects/larisel/apps/larisel/server.js:35:22 ELIFECYCLE Command failed with exit code 1.
> cross-env NODE_ENV=production node ./server.jsError: Record: unsupported key schema (<enum 4 value(s): 0 | 1 | 2 | 3>) at go (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/AST.ts:2011:15) at Module.record (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/AST.ts:2014:3) at Function.ast (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2110:59) at new TypeLiteralImpl (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2121:36) at new $RecordImpl (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2175:5) at Record (file:///home/addamsson/projects/larisel/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@effect/schema/src/Schema.ts:2187:3) at file:///home/addamsson/projects/larisel/apps/larisel/build/index.js?t=1713801488830.2632:2013:13 at ModuleJob.run (node:internal/modules/esm/module_job:222:25) at ModuleLoader.import (node:internal/modules/esm/loader:323:24) at file:///home/addamsson/projects/larisel/apps/larisel/server.js:35:22 ELIFECYCLE Command failed with exit code 1.