Skip to content

Commit c2d50bc

Browse files
authored
Upgrade tanstack start (#1338)
It is now a vite plugin.
1 parent fcbe129 commit c2d50bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2949
-1879
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ WORKDIR /app/apps/docs
3030
ENV NODE_ENV="production"
3131

3232
COPY --from=builder /app/apps/docs/.output .output
33-
COPY --from=builder /app/apps/docs/.vinxi .vinxi
3433
COPY --from=prod-deps /app/apps/docs/node_modules node_modules
3534

3635

apps/docs/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.output
2-
.vinxi
2+
.tanstack
3+
.nitro
34
public/resources/icons/
45
public/storybook
56
component-props.ts

apps/docs/app.config.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

apps/docs/app/api.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/docs/app/client.tsx

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/docs/app/routeTree.gen.ts

Lines changed: 0 additions & 314 deletions
This file was deleted.

apps/docs/app/routes/api/health.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)