chore: include dist artifacts, update install docs
- .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:
+1
-1
@@ -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 || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user