is there a 'special' way to seed? trying to work ...
# prisma-whats-new
p
is there a 'special' way to seed? trying to work with advanced node server and after uncommenting the two lines in the
seed.graphql
file, I run
yarn deploy
but it says the services is already up to date...
j
There should be a
prisma seed
command
p
ok found the correct command:
yarn prisma import --data database