@ken2008/zapit-schema 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # zapit-schema
2
+
3
+ Shared Prisma schema package for `/zapit` and `/zapitz`.
4
+
5
+ What lives here:
6
+
7
+ - `prisma/schema.prisma`: the single source of truth
8
+ - `prisma/migrations`: shared migrations
9
+ - `generated/prisma`: generated Prisma client output
10
+
11
+ Useful commands:
12
+
13
+ - `npm run generate`
14
+ - `npm run validate`
15
+ - `npm run migrate:dev`
16
+ - `npm run migrate:deploy`
@@ -0,0 +1 @@
1
+ export * from "./index"
@@ -0,0 +1,5 @@
1
+
2
+ /* !!! This is code generated by Prisma. Do not edit directly. !!!
3
+ /* eslint-disable */
4
+ // biome-ignore-all lint: generated file
5
+ module.exports = { ...require('.') }
@@ -0,0 +1 @@
1
+ export * from "./index"
@@ -0,0 +1,5 @@
1
+
2
+ /* !!! This is code generated by Prisma. Do not edit directly. !!!
3
+ /* eslint-disable */
4
+ // biome-ignore-all lint: generated file
5
+ module.exports = { ...require('#main-entry-point') }
@@ -0,0 +1 @@
1
+ export * from "./default"