Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 13, 2023
1 parent 873aa64 commit aba6e4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions examples/sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "SSE example",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand All @@ -12,7 +13,8 @@
"dependencies": {
"next": "13.5.4",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"tupleson": "latest"
},
"devDependencies": {
"@types/node": "^20",
Expand All @@ -21,7 +23,6 @@
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"tupleson": "latest",
"typescript": "^5"
}
}
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"ignoreWorkspaces": ["examples/sse"],
"workspaces": {
".": {
"entry": ["src/index.ts!"],
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aba6e4a

Please sign in to comment.