mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 12:12:41 +08:00
11 lines
235 B
JavaScript
11 lines
235 B
JavaScript
const chalk = require('chalk')
|
|
|
|
console.log(
|
|
'Like JSON Server? You can support the project on',
|
|
chalk.bold('GitHub Sponsors')
|
|
)
|
|
console.log(
|
|
chalk.underline('https://github.com/users/typicode/sponsorship'),
|
|
chalk.red('❤')
|
|
)
|