Skip to content

Commit

Permalink
Merge pull request #108 from CADmium-Co/revert-101-api-autogen
Browse files Browse the repository at this point in the history
Revert "Use the new API in the frontend"
  • Loading branch information
dzervas committed Jun 14, 2024
2 parents b0b9265 + c573029 commit 08fa07c
Show file tree
Hide file tree
Showing 88 changed files with 8,341 additions and 5,024 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/dist
/target
/packages/cadmium/target
/packages/cadmium/bench-*-report
**/.svelte-kit
/package
*.env*
Expand All @@ -14,4 +13,3 @@ vite.config.ts.timestamp-*
/.pnpm-store/
**/*.obj
**/*.step
.vscode
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"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: 1 addition & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@
"vite.autoStart": false,
"vite.buildCommand": "pnpm run build",
"vite.devCommand": "pnpm run dev",
"vite.showTerminal": true,
"cSpell.words": [
"bindgen",
"isketch",
"Threlte",
"tsify",
"wireframe"
],
"editor.formatOnSave": true
"vite.showTerminal": true
}
Loading

0 comments on commit 08fa07c

Please sign in to comment.