Skip to content

Commit

Permalink
delete unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastp committed Nov 18, 2023
1 parent 53bd17a commit 7c430a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 52 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@examples/next-websockets-starter",
"name": "next-trpc-boostrap",
"version": "10.43.6",
"private": true,
"engines": {
Expand Down Expand Up @@ -28,7 +28,6 @@
"lint-fix": "pnpm lint --fix",
"test-dev": "cross-env APP_ENV=test start-server-and-test dev 3000 test",
"test-start": "cross-env APP_ENV=test WS_URL=ws://localhost:3000 start-server-and-test start 3000 test",
"test": "playwright test",
"postinstall": "prisma generate"
},
"prisma": {
Expand Down Expand Up @@ -57,7 +56,6 @@
"zod": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "^1.26.1",
"@tanstack/react-query-devtools": "^4.18.0",
"@types/node": "^18.16.16",
"@types/react": "^18.2.33",
Expand Down
20 changes: 0 additions & 20 deletions playwright.config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions sandbox.config.json

This file was deleted.

26 changes: 0 additions & 26 deletions test/playwright.test.ts

This file was deleted.

0 comments on commit 7c430a0

Please sign in to comment.