EverRank cd app ➜ app wasp db migrate-dev 🐝 --- Compiling wasp project... -------------------------------------------------- ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- [ Db ] [-] Removed tables [ Db ] - User [ Db ] - GptResponse [ Db ] - Task [ Db ] - File [ Db ] - DailyStats [ Db ] - PageViewSource [ Db ] - Logs [ Db ] - ContactFormMessage [ Db ] - Auth [ Db ] - AuthIdentity [ Db ] - Session [ Db ] [ Db ] [*] Changed the `Auth` table [ Db ] [-] Removed foreign key on columns (userId) [ Db ] [ Db ] [*] Changed the `AuthIdentity` table [ Db ] [-] Removed foreign key on columns (authId) [ Db ] [ Db ] [*] Changed the `ContactFormMessage` table [ Db ] [-] Removed foreign key on columns (userId) [ Db ] [ Db ] [*] Changed the `File` table [ Db ] [-] Removed foreign key on columns (userId) [ Db ] [ Db ] [*] Changed the `GptResponse` table [ Db ] [-] Removed foreign key on columns (userId) [ Db ] [ Db ] [*] Changed the `PageViewSource` table [ Db ] [-] Removed foreign key on columns (dailyStatsId) [ Db ] [ Db ] [*] Changed the `Session` table [ Db ] [-] Removed foreign key on columns (userId) [ Db ] [ Db ] [*] Changed the `Task` table [ Db ] [-] Removed foreign key on columns (userId) ✅ --- Database successfully set up. ---------------------------------------------- 🐝 --- Building SDK... ------------------------------------------------------------ [ Wasp ] > wasp@1.0.0 build [ Wasp ] > tsc && node ./scripts/copy-assets.js [ Wasp ] ✅ --- SDK built successfully. ---------------------------------------------------- ✅ --- Your wasp project has successfully compiled. ------------------------------- 🐝 --- Starting database migration... --------------------------------------------- Environment variables loaded from .env Prisma schema loaded from ../db/schema.prisma Datasource "db": PostgreSQL database "mydb", schema "public" at "localhost:5432" ✔ Enter a name for the new migration: … init Applying migration `20251101065048_init` The following migration(s) have been created and applied from new schema changes: migrations/ └─ 20251101065048_init/ └─ migration.sql Your database is now in sync with your schema. ✅ --- Database successfully migrated. -------------------------------------------- ➜ app wasp start 🐝 --- Starting compilation and setup phase. Hold tight... ------------------------ 🐝 --- Compiling wasp project... -------------------------------------------------- ✅ --- Successfully completed npm install. ---------------------------------------- 🐝 --- Setting up database... ----------------------------------------------------- ✅ --- Database successfully set up. ---------------------------------------------- 🐝 --- Building SDK... ------------------------------------------------------------ [ Wasp ] > wasp@1.0.0 build [ Wasp ] > tsc && node ./scripts/copy-assets.js [ Wasp ] ✅ --- SDK built successfully. ---------------------------------------------------- ✅ --- Your wasp project has successfully compiled. ------------------------------- 🐝 --- Listening for file changes... ---------------------------------------------- 🐝 --- Starting up generated project... ------------------------------------------- [ Server ] > server@0.0.0 watch [ Server ] > nodemon --exec 'npm run bundle-and-start || exit 1' [ Server ] [ Client ] > OpenSaaS@0.0.0 start [ Client ] > vite [ Client ] [ Server ] [nodemon] 2.0.22 [ Server ] [nodemon] to restart at any time, enter `rs` [ Server ] [nodemon] watching path(s): src/**/* ../../../src/**/* .env [ Server ] [nodemon] watching extensions: ts,mts,js,mjs,json [ Server ] [nodemon] starting `npm run bundle-and-start || exit 1` [ Server ] [ Server ] > server@0.0.0 bundle-and-start [ Server ] > npm run bundle && npm run start [ Server ] [ Server ] [ Server ] > server@0.0.0 bundle [ Server ] > tsc --build && rollup --config --silent [ Server ] [ Client ] [ Client ] VITE v7.1.12 ready in 1005 ms [ Client ] [ Client ] ➜ Local: http://localhost:3000/ [ Client ] ➜ Network: http://192.168.1.104:3000/ [ Client ] ➜ press h + enter to show help [ Client!] warn - The class `!delay-[0]` is ambiguous and matches multiple utilities. [ Client!] warn - If this is content and not a class, replace it with `!delay-[0]` to silence this warning. [ Client!] [ Client!] warn - The class `delay-[0]` is ambiguous and matches multiple utilities. [ Client!] warn - If this is content and not a class, replace it with `delay-[0]` to silence this warning. [ Server ] [ Server ] > server@0.0.0 start [ Server ] > node --enable-source-maps -r dotenv/config bundle/server.js [ Server ] [ Server ] 🚀 "Email and password" auth initialized [ Server ] Starting pg-boss... [ Server ] pg-boss started! [ Server ] Server listening on port 3001