UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

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