initial commit, issue with OpenSCAD embed viewing

This commit is contained in:
Frank Johnson
2021-11-15 01:26:47 -05:00
parent e9859d85b8
commit bd9224fec9
10 changed files with 152 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ datasource db {
generator client {
provider = "prisma-client-js"
binaryTargets = "native"
binaryTargets = ["native", "darwin-arm64", "darwin"]
}
// sqlLight does not suport enums so we can't use enums until we set up postgresql in dev mode