create-video 4.0.65 → 4.0.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,7 +108,9 @@ const getRunCommand = (manager) => {
108
108
  };
109
109
  exports.getRunCommand = getRunCommand;
110
110
  const getDevCommand = (manager, template) => {
111
- if (template.cliId === 'remix' || template.cliId === 'next') {
111
+ if (template.cliId === 'remix' ||
112
+ template.cliId === 'next' ||
113
+ template.cliId === 'next-pages-dir') {
112
114
  return `${(0, exports.getRunCommand)(manager)} dev`;
113
115
  }
114
116
  return getStartCommand(manager);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.65",
3
+ "version": "4.0.67",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {