mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
Add postinstall
This commit is contained in:
4
postinstall.js
Normal file
4
postinstall.js
Normal file
@ -0,0 +1,4 @@
|
||||
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'), '❤')
|
Reference in New Issue
Block a user