© 2026 Hashnode
Error message > Build error occurred Error: Turbopack build failed with 1 errors: ./node_modules/@libsql/hrana-client/LICENSE:1:5 Parsing ecmascript source code failed > 1 | MIT License | ^^^^^^^ 2 | 3 | Copyright 2023 the sqld authors ...

Steps I took Rewrite drizzle schema from sqlite to PostgreSQL and generate migration (*.sql) files. Setup connection using Neon WebSocket proxy and test migration and code. Attempt various ways to copy and settle on COPY via CSV type using stdout ...
