❯ pnpm create jd-app@latest ../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 1, reused 0, downl../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 3, reused 3, downl../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 9, reused 9, downl../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 33, reused 30, dow../Library/pnpm/store/v3/tmp/dlx-70893 | +57 ++++++ ../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 33, reused 30, dow../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 57, reused 57, dowPackages are hard linked from the content-addressable store to the virtual store. Content-addressable store is at: /Users/eli/Library/pnpm/store/v3 Virtual store is at: ../Library/pnpm/store/v3/tmp/dlx-70893/node_modules/.pnpm ../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 57, reused 57, dow../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 57, reused 57, dow../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 57, reused 57, dow../Library/pnpm/store/v3/tmp/dlx-70893 | Progress: resolved 57, reused 57, downloaded 0, added 57, done ? What is the name of the app? my-app ? Will you deploy this project to vercel? No ✔ Copied template files to /Users/eli/tmp/my-app ? What should we use for this app? Prisma Make sure to update the postbuild script ✔ Initialized 1 installers ✔ Modified project Using PNPM as package manager ✔ Installed dependencies ✔ Ran queued commands cd my-app pnpm run push // pushes db to Prisma pnpm run dev ❯ cd my-app ❯ pnpm push > my-app@ push /Users/eli/tmp/my-app > prisma db push Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Datasource "db": SQLite database "db.sqlite" at "file:./db.sqlite" The database is already in sync with the Prisma schema. ✔ Generated Prisma Client (4.7.0 | library) to ./node_modules/.pnpm/@prisma+clie nt@4.7.0_prisma@4.7.0/node_modules/@prisma/client in 68ms ❯ pnpm build > my-app@ build /Users/eli/tmp/my-app > solid-start build && pnpm postbuild solid-start build version 0.2.6 adapter node solid-start building client... vite v3.2.4 building for production... ✓ 49 modules transformed. dist/public/manifest.json 0.55 KiB dist/public/ssr-manifest.json 2.03 KiB dist/public/assets/entry-client.3ec0430a.css 0.06 KiB / gzip: 0.07 KiB dist/public/assets/index.7fd0938d.js 0.49 KiB / gzip: 0.31 KiB dist/public/assets/entry-client.ddcbf1c4.js 33.27 KiB / gzip: 12.87 KiB solid-start client built in: 1.240s solid-start building server... vite v3.2.4 building SSR bundle for production... ✓ 54 modules transformed. .solid/server/manifest.json 0.18 KiB .solid/server/entry-server.js 52.55 KiB solid-start server built in: 638.136ms Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification > my-app@ postbuild /Users/eli/tmp/my-app > cp node_modules/.pnpm/**/@prisma/engines/*query* .vercel/output/functions/render.func/ && cp prisma/schema.prisma .vercel/output/functions/render.func/ cp: directory .vercel/output/functions/render.func does not exist  ELIFECYCLE  Command failed with exit code 1.  ELIFECYCLE  Command failed with exit code 1. ❯ pnpm start > my-app@ start /Users/eli/tmp/my-app > solid-start start solid-start start version 0.2.6 adapter node ➜ Page Routes: └─ http://localhost:3000/ ➜ API Routes: └─ http://localhost:3000/api/notes GET | POST file:///Users/eli/tmp/my-app/dist/server.js:36424 import_path2.default.join(__dirname, "../query-engine-darwin"); ^ ReferenceError: __dirname is not defined in ES module scope This file is being treated as an ES module because it has a '.js' file extension and '/Users/eli/tmp/my-app/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension. at file:///Users/eli/tmp/my-app/dist/server.js:36424:28 at file:///Users/eli/tmp/my-app/dist/server.js:52212:3 at ModuleJob.run (node:internal/modules/esm/module_job:194:25) Node.js v19.1.0  ELIFECYCLE  Command failed with exit code 1.