Skip to content

Commit

Permalink
Add Encore.dev to sponsors (#3539)
Browse files Browse the repository at this point in the history
* Add .vscode

* Add Encore to sponsors

* Update logo
  • Loading branch information
colinhacks authored May 31, 2024
1 parent 62b7842 commit 4e4f3d9
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules
/lib
/__buildtest__
coverage
.vscode
.idea
*.log
playground.ts
Expand Down
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"preLaunchTask": "tsc: build - tsconfig.json",
"program": "${workspaceFolder}/src/playground.ts",
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"typescript.tsdk": "/Users/colinmcd94/Documents/Projects/zod/node_modules/typescript/lib",
"files.exclude": {
"**/deno": true
},
"files.watcherExclude": {
"**/deno": true
},
"search.exclude": {
"**/deno": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.validate.enable": true,
"typescript.tsserver.experimental.enableProjectDiagnostics": true
}
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ Sponsorship at any level is appreciated and encouraged. For individual developer

<table align="center">
<tr>
<td align="center">
<a href="https://encore.dev">
<img src="https://github.com/colinhacks/zod/assets/3084745/5ad94e73-cd34-4957-9979-37da85fcf9cd" height="40px;" alt="Encore.dev logo" />
</a>
</td>
<td align="center">
<a href="https://www.replay.io/">
<img src="https://avatars.githubusercontent.com/u/60818315?s=200&v=4" height="40px;" alt="Replay.io logo" />
Expand All @@ -310,13 +315,13 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<img src="https://avatars.githubusercontent.com/u/84106192?s=200&v=4" height="40px;" alt="Marcato Partners" />
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://interval.com">
<img src="https://avatars.githubusercontent.com/u/67802063?s=200&v=4" height="40px;" alt="" />
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://seasoned.cc">
<img src="https://avatars.githubusercontent.com/u/33913103?s=200&v=4" height="40px;" alt="" />
Expand Down
9 changes: 7 additions & 2 deletions deno/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ Sponsorship at any level is appreciated and encouraged. For individual developer

<table align="center">
<tr>
<td align="center">
<a href="https://encore.dev">
<img src="https://github.com/colinhacks/zod/assets/3084745/5ad94e73-cd34-4957-9979-37da85fcf9cd" height="40px;" alt="Encore.dev logo" />
</a>
</td>
<td align="center">
<a href="https://www.replay.io/">
<img src="https://avatars.githubusercontent.com/u/60818315?s=200&v=4" height="40px;" alt="Replay.io logo" />
Expand All @@ -310,13 +315,13 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
<img src="https://avatars.githubusercontent.com/u/84106192?s=200&v=4" height="40px;" alt="Marcato Partners" />
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://interval.com">
<img src="https://avatars.githubusercontent.com/u/67802063?s=200&v=4" height="40px;" alt="" />
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://seasoned.cc">
<img src="https://avatars.githubusercontent.com/u/33913103?s=200&v=4" height="40px;" alt="" />
Expand Down

0 comments on commit 4e4f3d9

Please sign in to comment.