create-near-app
Version:
Quickly scaffold your dApp on NEAR Blockchain
8 lines • 392 B
JavaScript
;
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