Skip to content

Commit

Permalink
Remove the wp-playground/node package (#1323)
Browse files Browse the repository at this point in the history
It wasn't used anywhere and generated type problems in the Loopback
request PR. There's little value in fixing them, especially considering
the PHP Server explorations at
#1289, so let's
just remove it.

 ## Testing instructions

Confirm the CI checks pass.
  • Loading branch information
adamziel authored Apr 25, 2024
1 parent 8dae0ca commit b1f3152
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 215 deletions.
3 changes: 0 additions & 3 deletions packages/playground/node/.babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions packages/playground/node/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/playground/node/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/playground/node/jest.config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/playground/node/package.json

This file was deleted.

42 changes: 0 additions & 42 deletions packages/playground/node/project.json

This file was deleted.

77 changes: 0 additions & 77 deletions packages/playground/node/src/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/playground/node/tsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/playground/node/tsconfig.lib.json

This file was deleted.

20 changes: 0 additions & 20 deletions packages/playground/node/tsconfig.spec.json

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@wp-playground/client": [
"packages/playground/client/src/index.ts"
],
"@wp-playground/node": ["packages/playground/node/src/index.ts"],
"@wp-playground/nx-extensions": [
"packages/nx-extensions/src/index.ts"
],
Expand Down

0 comments on commit b1f3152

Please sign in to comment.