Skip to content

Commit 4b81254

Browse files
authored
release: 0.8.1 (#52)
1 parent 735d62c commit 4b81254

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-sidebase",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"description": "The productive way to build fullstack Nuxt 3 applications, like create-t3-app but for Nuxt.",
66
"scripts": {
77
"dev": "vite-node src/ -- --nocounting",

src/configs/prisma.ts

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ const pglite = `/**
9999
* 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.
100100
*
101101
* 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.
102-
*
103-
* 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
104102
*/
105103
import net from 'node:net'
106104
import { unlinkSync, writeFileSync } from 'node:fs'

0 commit comments

Comments
 (0)