UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

8 lines 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APPS = exports.FRONTENDS = exports.TEMPLATES = exports.CONTRACTS = void 0; exports.CONTRACTS = ['ts', 'rs', 'none']; exports.TEMPLATES = ['auction', 'auction-adv']; exports.FRONTENDS = ['next-app', 'next-page', 'vite-react', 'none']; exports.APPS = ['contract', 'gateway']; //# sourceMappingURL=types.js.map