Skip to content

Instantly share code, notes, and snippets.

@dbredvick
Created January 12, 2020 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbredvick/f2beb92070789b662849b8dc82092c21 to your computer and use it in GitHub Desktop.
Save dbredvick/f2beb92070789b662849b8dc82092c21 to your computer and use it in GitHub Desktop.
typescript nextjs twilio example package.json
{
"name": "resolution-reminder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"twilio": "^3.39.1"
},
"devDependencies": {
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"typescript": "^3.7.4"
}
}
@dbredvick
Copy link
Author

dbredvick commented May 5, 2022

Update: I use tryslater for cron jobs in Next.js now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment