Skip to content

Commit

Permalink
Merge pull request #457 from oscartbeaumont/tte/type-module-vite-3
Browse files Browse the repository at this point in the history
Use type: module for Vite 3 example
  • Loading branch information
oscartbeaumont authored Dec 10, 2023
2 parents ab4aaa2 + 88a59e4 commit d349cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/vite-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-vite-3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"npm:dev:*\"",
"dev:vite": "vite",
Expand Down

0 comments on commit d349cb7

Please sign in to comment.