How to use the resolve-module-admin.default function in resolve-module-admin

To help you get started, we’ve selected a few resolve-module-admin examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github reimagined / resolve / examples / shopping-list-advanced / web / run.js View on Github external
{
            path: 'auth/local/login',
            method: 'POST',
            callback: 'common/auth/route-login-callback.js'
          }
        ],
        logoutRoute: {
          path: 'auth/local/logout',
          method: 'GET'
        }
      }
    ])

    switch (launchMode) {
      case 'dev': {
        const moduleAdmin = resolveModuleAdmin()
        const resolveConfig = merge(
          defaultResolveConfig,
          appConfig,
          devConfig,
          authModule,
          moduleAdmin
        )

        await reset(
          resolveConfig,
          {
            dropEventStore: false,
            dropSnapshots: true,
            dropReadModels: true,
            dropSagas: true
          },

resolve-module-admin

A reSolve module that adds admin commands to an application.

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis

Popular resolve-module-admin functions