Skip to content

Commit

Permalink
Merge pull request #101 from CADmium-Co/api-autogen
Browse files Browse the repository at this point in the history
Use the new API in the frontend
  • Loading branch information
dzervas committed Jun 14, 2024
2 parents 6f844c6 + 447011d commit b0b9265
Show file tree
Hide file tree
Showing 88 changed files with 5,024 additions and 8,341 deletions.
2 changes: 2 additions & 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 All @@ -13,3 +14,4 @@ vite.config.ts.timestamp-*
/.pnpm-store/
**/*.obj
**/*.step
.vscode
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 b0b9265

Please sign in to comment.