#!/usr/bin/env node /** * This file lets users run the Cedar CLI commands inside the /api directory * in their projects. * This works because of the "bin" field in the @cedarjs/api package.json file * that points to this file. */ export {}; //# sourceMappingURL=redwood.d.ts.map