Skip to content

Commit

Permalink
let's deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JLarky committed Nov 15, 2024
1 parent 96658ce commit e9623d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions demo/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
6 changes: 0 additions & 6 deletions demo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ export default defineConfig({
experimental: {
islands: true,
},
// I need this to circumvent the issue with deno workspaces
vite: {
resolve: {
alias: { "@lift-html/solid": "../../../packages/solid/mod.ts" },
},
},
});
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "vinxi version"
},
"dependencies": {
"@lift-html/solid": "workspace:*",
"@lift-html/solid": "npm:@jsr/lift-html__solid",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.0.10",
Expand Down

0 comments on commit e9623d6

Please sign in to comment.