{"version":3,"sources":["../src/create-tevm-app.tsx"],"names":[],"mappings":";AACA,OAAO,YAAY;AAMnB,IAAI,OAAO;AAAA,EACV,YAAY;AAAA,EACZ,MAAM;AAAA,EACN,SAAS;AAAA,EACT,aAAa;AACd,CAAC,EAAE,IAAI;AACP,QAAQ,MAAM","sourcesContent":["#!/usr/bin/env node\nimport Pastel from 'pastel'\n\n/**\n * Uses file based routing to route commands to the [./commands](./commands) directory.\n * @see https://github.com/vadimdemedes/pastel\n */\nnew Pastel({\n\timportMeta: import.meta,\n\tname: 'create-evmts-app',\n\tversion: 'beta',\n\tdescription: 'Scaffold a new EVMTS application',\n}).run()\nconsole.clear()\n"]}