Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Jan 6, 2025
1 parent f79a88c commit 182b995
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 5 deletions.
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ next-env.d.ts

storybook-static

dist
dist

.wrangler
3 changes: 0 additions & 3 deletions docs/functions/hello.js

This file was deleted.

3 changes: 3 additions & 0 deletions docs/functions/hello.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function onRequest(context) {
return new Response("Hello, world!!!!!!!!!!!!!!");
}
8 changes: 8 additions & 0 deletions docs/functions/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@cloudflare/workers-types": "^4.20241230.0",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-onboarding": "^8.4.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "functions"]
}
7 changes: 7 additions & 0 deletions docs/wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "seed-design-v3"
pages_build_output_dir = "./out"
compatibility_date = "2023-10-12"
compatibility_flags = ["nodejs_compat"]

[vars]
API_KEY = "1234567asdf"
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3491,6 +3491,13 @@ __metadata:
languageName: node
linkType: hard

"@cloudflare/workers-types@npm:^4.20241230.0":
version: 4.20241230.0
resolution: "@cloudflare/workers-types@npm:4.20241230.0"
checksum: 10/ddb68935d69522e98a3b22e80620cc3c110c9f46cb033341b680c53c528d5704a43f4adaf3c69cecea7011212a8e36047146911419baba00f39043f1dc866676
languageName: node
linkType: hard

"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.1.0":
version: 6.18.3
resolution: "@codemirror/autocomplete@npm:6.18.3"
Expand Down Expand Up @@ -13168,6 +13175,7 @@ __metadata:
resolution: "docs@workspace:docs"
dependencies:
"@chromatic-com/storybook": "npm:^3.2.2"
"@cloudflare/workers-types": "npm:^4.20241230.0"
"@daangn/icon-data": "npm:^0.0.19"
"@daangn/react-monochrome-icon": "npm:^0.0.14"
"@daangn/react-multicolor-icon": "npm:^0.0.12"
Expand Down

0 comments on commit 182b995

Please sign in to comment.