UNPKG
@prisma-cms/mc.js-module
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
mc.js module for @prisma-cms
github.com/prisma-cms/mc.js-module
prisma-cms/mc.js-module
@prisma-cms/mc.js-module
/
src
/
server
/
scripts
/
deploy
/
api-only.mjs
9 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ buildApiSchema, }
from
"./"
import
{ generateSchema }
from
"./schema"
buildApiSchema
(generateSchema);