Roughing out the demo app
This commit is contained in:
10
node_modules/json-server/postinstall.js
generated
vendored
Normal file
10
node_modules/json-server/postinstall.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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('❤')
|
||||
)
|
||||
Reference in New Issue
Block a user