Skip to content

Commit

Permalink
Merge pull request #11 from RAIRLab/vite
Browse files Browse the repository at this point in the history
Replace webpack with vite
  • Loading branch information
James-Oswald authored Dec 17, 2023
2 parents e31219e + 3c13a88 commit a53bca1
Show file tree
Hide file tree
Showing 15 changed files with 1,111 additions and 3,882 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"runtimeArgs": [],
"url": "http://localhost:8080",
"file": "${workspaceFolder}/build/index.html"
},
{
"type": "chrome",
"request": "launch",
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"fullname",
"gainsboro",
"Lazyslate",
"ponens"
"ponens",
"Rensselaer",
"sexpression"
],
"editor.rulers" : [
120
Expand Down
Loading

0 comments on commit a53bca1

Please sign in to comment.