Skip to content

Commit

Permalink
docs(js-lib): fix vite example
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 11, 2024
1 parent 2358431 commit cc8ef8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions js-lib/examples/vite/client/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./style.css";
// import Trame from "@kitware/trame";
import Trame from "../../../dist/trame.mjs";
import Trame from "@kitware/trame";
import { setupCounter } from "./counter.js";

document.querySelector("#app").innerHTML = `
Expand Down
8 changes: 4 additions & 4 deletions js-lib/examples/vite/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js-lib/examples/vite/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"vite": "^5.2.0"
},
"dependencies": {
"@kitware/trame": "^0.0.3"
"@kitware/trame": "^0.0.4"
}
}

0 comments on commit cc8ef8f

Please sign in to comment.