UNPKG
@moonee/nx-next12-plugin
Version:
latest (1.0.0)
1.0.0
Nx plugin for Next.js 12 integration
@moonee/nx-next12-plugin
/
dist
/
index.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
withNx }
from
'./utils/with-nx'
;
export
{
default
as
buildExecutor }
from
'./executors/build/executor'
;
export
{
default
as
serveExecutor }
from
'./executors/serve/executor'
;