cli create: updated templates, reworked examples to be standalone

This commit is contained in:
dswbx
2025-02-14 14:56:35 +01:00
parent b412da836c
commit 4bd201d454
18 changed files with 85 additions and 106 deletions

View File

@@ -15,10 +15,10 @@
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"bknd": "workspace:*",
"bknd": "file:../../app",
"isbot": "^5.1.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "file:../../node_modules/react",
"react-dom": "file:../../node_modules/react-dom",
"remix-utils": "^7.0.0"
},
"devDependencies": {