Skip to content

Commit

Permalink
release: 0.8.1 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Oct 25, 2024
1 parent 735d62c commit 4b81254
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 0 additions & 2 deletions src/configs/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4b81254

Please sign in to comment.