diff --git a/integration/helpers/node-template/package.json b/integration/helpers/node-template/package.json index f7828992f9e..1d26acc8cfb 100644 --- a/integration/helpers/node-template/package.json +++ b/integration/helpers/node-template/package.json @@ -23,6 +23,7 @@ }, "devDependencies": { "@remix-run/dev": "workspace:*", + "@remix-run/route-config": "workspace:*", "@remix-run/fs-routes": "workspace:*", "@vanilla-extract/css": "^1.10.0", "@vanilla-extract/vite-plugin": "^3.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cd2a9a540e..502368f25bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -523,6 +523,9 @@ importers: '@remix-run/fs-routes': specifier: workspace:* version: link:../../../packages/remix-fs-routes + '@remix-run/route-config': + specifier: workspace:* + version: link:../../../packages/remix-route-config '@types/react': specifier: ^18.2.20 version: 18.2.20