We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c9dd6 commit 6900a00Copy full SHA for 6900a00
package.json
@@ -2,7 +2,7 @@
2
"name": "sanity-template-nextjs-clean",
3
"description": "Next.js + Sanity: A Powerful Website Starter with Real-time Visual Editing",
4
"scripts": {
5
- "dev": "npm-run-all --parallel dev:*",
+ "dev": "npm-run-all --parallel --print-label dev:*",
6
"dev:next": "npm run dev --workspace=frontend",
7
"dev:studio": "npm run dev --workspace=studio",
8
"import-sample-data": "cd studio && sanity dataset import sample-data.tar.gz --replace"
0 commit comments