diff --git a/package.json b/package.json index cc2d98f..5a05541 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-sidebase", "type": "module", - "version": "0.8.0", + "version": "0.8.1", "description": "The productive way to build fullstack Nuxt 3 applications, like create-t3-app but for Nuxt.", "scripts": { "dev": "vite-node src/ -- --nocounting", diff --git a/src/configs/prisma.ts b/src/configs/prisma.ts index f22f411..751311f 100644 --- a/src/configs/prisma.ts +++ b/src/configs/prisma.ts @@ -99,8 +99,6 @@ const pglite = `/** * that prisma uses for certain commands, such as \`pnpm prisma migrate dev\`: https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/shadow-database. * * To make use of the shadow-database add \`/prisma-shadow\` to the DSN you provide. This script will then spin up a second, in-memory-only database and connect you to it. - * - * This whole script approach is novel to us (before we used sqlite locally). Here is the PR that brought it all together: https://github.com/sidestream-tech/hanselmann-os/pull/3356 */ import net from 'node:net' import { unlinkSync, writeFileSync } from 'node:fs'