UNPKG
@prisma-cms/webrtc-module
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
WebRTC module for @prisma-cms
github.com/prisma-cms/webrtc-module
prisma-cms/webrtc-module
@prisma-cms/webrtc-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);