chore: include dist artifacts, update install docs
CI / test (20.x) (push) Canceled after 0s
CI / test (22.x) (push) Canceled after 0s
CI / test (24.x) (push) Canceled after 0s
CI / test (18.x) (push) Canceled after 3m31s

- .gitignore: remove dist/ exclusion
- README.md: full install methods (npm/CDN/ESM/CJS/Browser)
- site/index.html: add install section with 4 methods
- site/demo.html: fix dist path reference
- site/docs.html: fix dist filename reference
This commit is contained in:
thzxx
2026-07-26 15:09:53 +08:00
parent da3beb9b57
commit f8e7c2352b
13 changed files with 9095 additions and 48 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ SELECT COUNT(*) as total_users, AVG(age) as avg_age FROM users;</textarea>
</div>
</div>
<script src="../dist/MetonaSqlark.js"></script>
<script src="../dist/metona-sqlark.js"></script>
<script>
const { create, MetonaSqlark } = window.MetonaSqlark || window.MeSqlark || {};