Skip to content

Commit

Permalink
fix: remove @tsed/vite-ssr-plugin
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove @tsed/vite-ssr-plugin use @tsed/vike instead
  • Loading branch information
Romakita committed Sep 10, 2024
1 parent c0040c8 commit f3414c0
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 204 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"test:core": "lerna run test:ci --scope '@tsed/{core,di,common,engines,normalize-path}' --stream --concurrency 2",
"test:platform": "lerna run test:ci --ignore '@tsed/platform-{express,koa}' --scope '@tsed/platform-*' --stream --concurrency 2",
"test:integration": "lerna run test:ci --scope '@tsed/platform-{express,koa}' --stream --concurrency 2",
"test:orm": "lerna run test:ci --scope '@tsed/{adapters,adapters-redis,mikro-orm,mongoose,objection,prisma,typeorm}' --stream --concurrency 4",
"test:orm": "lerna run test:ci --scope '@tsed/{adapters,adapters-redis,mikro-orm,mongoose,objection,prisma}' --stream --concurrency 4",
"test:graphql": "lerna run test:ci --scope '@tsed/{apollo,typegraphql}' --stream",
"test:security": "lerna run test:ci --scope '@tsed/{jwks,oidc-provider,passport,oidc-provider-plugin-wildcard-redirect-uri}' --stream",
"test:specs": "lerna run test --scope '@tsed/{ajv,exceptions,json-mapper,schema,swagger}' --stream --concurrency 2",
"test:third-parties": "lerna run test:ci --scope '@tsed/{agenda,bullmq,components-scan,event-emitter,formio,pulse,sse,socketio,stripe,temporal,terminus,vike,vite-ssr-plugin,schema-formio,formio}' --stream --concurrency 1",
"test:third-parties": "lerna run test:ci --scope '@tsed/{agenda,bullmq,components-scan,event-emitter,formio,pulse,sse,socketio,stripe,temporal,terminus,vike,schema-formio,formio}' --stream --concurrency 1",
"coverage": "merge-istanbul --out coverage/coverage-final.json \"**/packages/**/coverage/coverage-final.json\" && nyc report --reporter text --reporter html --reporter lcov -t coverage --report-dir coverage",
"barrels": "lerna run barrels",
"build": "monorepo build --verbose",
Expand Down
8 changes: 0 additions & 8 deletions packages/third-parties/vite-ssr-plugin/.npmignore

This file was deleted.

38 changes: 0 additions & 38 deletions packages/third-parties/vite-ssr-plugin/package.json

This file was deleted.

70 changes: 0 additions & 70 deletions packages/third-parties/vite-ssr-plugin/readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/third-parties/vite-ssr-plugin/src/index.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/third-parties/vite-ssr-plugin/tsconfig.cjs.json

This file was deleted.

28 changes: 0 additions & 28 deletions packages/third-parties/vite-ssr-plugin/tsconfig.esm.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/third-parties/vite-ssr-plugin/tsconfig.json

This file was deleted.

6 changes: 0 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
{
"path": "./packages/orm/testcontainers-mongo/tsconfig.json"
},
{
"path": "./packages/orm/typeorm/tsconfig.json"
},
{
"path": "./packages/platform/platform-cache/tsconfig.json"
},
Expand Down Expand Up @@ -185,9 +182,6 @@
{
"path": "./packages/third-parties/vike/tsconfig.json"
},
{
"path": "./packages/third-parties/vite-ssr-plugin/tsconfig.json"
},
{
"path": "./packages/third-parties/terminus/tsconfig.json"
},
Expand Down

0 comments on commit f3414c0

Please sign in to comment.