Arber
03/01/2020, 2:54 PMChoong Seng Wei
03/01/2020, 2:57 PMprisma generate
- node_modules/@prisma/client/index.js
file into some places, so that i will be able to use it somewhere else. the current issue for me is that whenever i run prisma generate, the node_modules/@prisma/client/index.js will get replace and it will cause conflict when i run concurrent prisma generate command. Any way i can get over this?John Smeeth
03/02/2020, 9:40 AMJohn Smeeth
03/02/2020, 9:43 AMrelay.Node.Field
this is my code https://bpaste.net/LFVA . Anybody can give me an adivse? My post maybe wrong because it related to Python/Django but i’m really don’t know where to post it. Many thanksmikkelsl
03/02/2020, 1:46 PMhueuebi
03/03/2020, 11:46 AMBriggs
03/03/2020, 3:48 PMVdrizzle
03/04/2020, 6:50 PMDan
03/04/2020, 8:56 PMMike
03/05/2020, 7:19 AMMike
03/05/2020, 7:20 AMBoo
03/05/2020, 8:40 PMBoo
03/05/2020, 8:40 PMBoo
03/05/2020, 8:42 PMversion: "3"
services:
prisma:
image: prismagraphql/prisma:1.34
restart: always
ports:
- "4466:4466"
environment:
PRISMA_CONFIG: |
port: 4466
# uncomment the next line and provide the env var PRISMA_MANAGEMENT_API_SECRET=my-secret to activate cluster security
# managementApiSecret: my-secret
databases:
default:
connector: mysql
host:
database:
user:
password:
rawAccess: true
port: '3306'
migrations: false
Boo
03/05/2020, 8:42 PMBoo
03/05/2020, 8:43 PMdocker ps
outputs just thisBoo
03/05/2020, 8:58 PMAccess denied for user '...' to database 'prisma'
Andrés Villalobos
03/05/2020, 10:17 PMyolen
03/06/2020, 7:07 AMJonathan
03/06/2020, 3:23 PMJosé da Mata
03/06/2020, 7:05 PMJosé da Mata
03/06/2020, 7:05 PMJosé da Mata
03/06/2020, 7:06 PMJosé da Mata
03/06/2020, 7:28 PMBenjamin Wilson
03/07/2020, 3:35 PMTaylor
03/07/2020, 8:13 PMTaylor
03/07/2020, 8:13 PMTaylor
03/07/2020, 8:13 PMTaylor
03/07/2020, 8:14 PMTaylor
03/07/2020, 8:14 PM