UNPKG

@rxap/plugin-web3-storage

Version:

This plugin provides an executor to deploy your application to web3 storage. It also includes a generator to initialize the plugin. It simplifies the process of deploying web applications to decentralized storage.

6 lines (5 loc) 225 B
import { ExecutorContext } from '@nx/devkit'; import { DeployExecutorSchema } from './schema'; export default function runExecutor(options: DeployExecutorSchema, context: ExecutorContext): Promise<{ success: boolean; }>;