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.

7 lines (6 loc) 255 B
import { CreateNodesV2 } from '@nx/devkit'; import 'colors'; export interface PluginOptions { } export declare function normalizeOptions(options: PluginOptions | undefined): PluginOptions; export declare const createNodesV2: CreateNodesV2<PluginOptions>;