diff --git a/package.json b/package.json index 65706152b..3d355c7ce 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "client": "pnpm --filter @sd/client -- ", "storybook": "pnpm --filter @sd/storybook -- ", "prisma": "cd core && cargo prisma", + "dev:web": "turbo run dev --filter @sd/web --filter @sd/server", "codegen": "cargo test -p sd-core api::tests::test_and_export_rspc_bindings -- --exact", "typecheck": "pnpm -r typecheck", "lint": "turbo run lint", @@ -39,9 +40,10 @@ "prettier": "^2.8.7", "prettier-plugin-tailwindcss": "^0.2.6", "rimraf": "^4.3", - "turbo": "^1.9.3", + "turbo": "^1.9.9", "turbo-ignore": "^0.3.0", - "typescript": "^4.9.4" + "typescript": "^4.9.4", + "vite": "^4.3.8" }, "overrides": { "vite-plugin-svgr": "https://github.com/spacedriveapp/vite-plugin-svgr#cb4195b69849429cdb18d1f12381676bf9196a84", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9bf34115..aa139f848 100644 Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ