Skip to content

Commit

Permalink
Merge pull request #109 from CADmium-Co/api-autogen
Browse files Browse the repository at this point in the history
Api autogen
  • Loading branch information
dzervas committed Jun 15, 2024
2 parents 7b2975c + 790b6f7 commit 101817b
Show file tree
Hide file tree
Showing 76 changed files with 5,187 additions and 2,057 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dist
/target
/packages/cadmium/target
/packages/cadmium/bench-*-report
**/.svelte-kit
/package
*.env*
Expand Down
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"pattern": "Local: +http://127.0.0.1:([0-9]+)/",
"uriFormat": "http://127.0.0.1:%s",
"webRoot": "${workspaceFolder}/applications/web/src",
"killOnServerStop": true
}
},
],
Expand Down
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"vite.autoStart": false,
"vite.buildCommand": "pnpm run build",
"vite.devCommand": "pnpm run dev",
"vite.showTerminal": true
"vite.showTerminal": true,
"cSpell.words": [
"bindgen",
"isketch",
"Threlte",
"tsify",
"wireframe"
],
"editor.formatOnSave": true
}
Loading

0 comments on commit 101817b

Please sign in to comment.