We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3576f36 commit b7e6c4cCopy full SHA for b7e6c4c
.dockerignore
@@ -15,23 +15,27 @@ test
15
.codecov.yml
16
.dockerignore
17
.editorconfig
18
-.env
+.env*
19
.eslint*
20
.gitignore
21
.markdownlint.jsonc
22
.prettier*
23
.(yarn|npm|nvm)rc
24
*.md
25
+*.nix
26
Dockerfile*
27
LICENSE
28
app.json
29
eslint.config.mjs
30
docker-compose*
31
+flake.lock
32
fly.toml
33
jsconfig.json
34
npm-debug.log
35
process.json
36
package-lock.json
37
+tsdown-lib.config.ts
38
+tsdown-vercel.config.ts
39
vitest.config.ts
40
vercel.json
41
0 commit comments