Install htmx via bun instead of unpkg CDN
This commit is contained in:
@@ -18,5 +18,8 @@
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"htmx.org": "^1.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user