mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
const chalk = require('chalk')
|
|
|
|
console.log('Like JSON Server? You can support the project on Patreon:')
|
|
console.log(chalk.cyan('https://www.patreon.com/typicode'), '❤')
|