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.

9 lines (8 loc) 237 B
import { convertNxGenerator } from "@nx/devkit"; import generator from "./generator"; const schematic = convertNxGenerator(generator); var init_default = schematic; export { init_default as default }; //# sourceMappingURL=index.js.map