Skip to content

Commit

Permalink
Add vite deno build integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Sep 5, 2024
1 parent 07a9fe7 commit 3d86009
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 117 deletions.
2 changes: 2 additions & 0 deletions integration/helpers/vite-deno-template/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"imports": {
// These remix packages should be treated like workspace:* dependencies.
"@remix-run/dev": "npm:@remix-run/dev@*",
"@remix-run/node": "npm:@remix-run/node@*",
"@remix-run/react": "npm:@remix-run/react@*",
"@remix-run/serve": "npm:@remix-run/serve@*",
"@remix-run/server-runtime": "npm:@remix-run/server-runtime@*",
"@types/react": "npm:@types/react@^18.3.5",
"@types/react-dom": "npm:@types/react-dom@^18.3.0",
Expand Down
Loading

0 comments on commit 3d86009

Please sign in to comment.