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 42ff141 commit ed3a47dCopy full SHA for ed3a47d
package.json
@@ -3,11 +3,11 @@
3
"version": "1.0.0",
4
"private": true,
5
"workspaces": [
6
- "app",
+ "sveltekit-app",
7
"studio"
8
],
9
"scripts": {
10
- "dev": "concurrently \"npm run dev --workspace=app\" \"npm run dev --workspace=studio\"",
+ "dev": "concurrently \"npm run dev --workspace=sveltekit-app\" \"npm run dev --workspace=studio\"",
11
"format": "prettier --cache --write ."
12
},
13
"prettier": {
sveltekit-app/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "app",
+ "name": "sveltekit-app",
"version": "0.0.1",
0 commit comments