Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/micro-dev. Description: The development environment for `micro` Stars: 709, Forks: 78. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: cli, command-line, development, interface, tools. Latest release: 3.1.0 (3y ago). Open PRs: 5, open issues: 23. Last activity: 1y ago. Community health: 50%. Top contributors: leo, leerob, fmiras, tungv, ramiel, kandros, zigomir, anatoo, floatdrop, dotcypress and others.
JavaScript
Currently isn't compatible with v10.x, trying to use with v10.x causes a error. Seems v10.x dropped the directory used in previous versions, so is requiring and , which as of v10.x doesn't exist. https://github.com/vercel/micro-dev/blob/718e5911bb2a1396740eb46fbe2796c22e57bdc7/lib/serve.js#L6-L7 Any chance will get a v4 that supports v10.x?
Addresses issue #103 Updates the repo README to include the CLI arguments and gives an example of how one would change the port on a single run or persistently through modifying the package.json.