Skip to content

Commit 61bb43a

Browse files
authored
Merge pull request #12 from udecode/perf/static
2 parents 50f6099 + 8687d6a commit 61bb43a

8 files changed

Lines changed: 4203 additions & 114 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# testing
1111
/coverage
1212

13+
# logs
14+
*.log
15+
1316
# next.js
1417
/.next/
1518
/out/

bun.lock

Lines changed: 45 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

convex.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"functions": "convex",
3+
"node": {
4+
"nodeVersion": "22"
5+
},
6+
"codegen": {
7+
"staticApi": true,
8+
"staticDataModel": true
9+
},
10+
"typescriptCompiler": "tsgo",
11+
"$schema": "https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json"
12+
}

0 commit comments

Comments
 (0)