We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc8415 commit e65aaf5Copy full SHA for e65aaf5
docs/index.html
@@ -0,0 +1,11 @@
1
+<html>
2
+ <head>
3
+ <title>sqldef</title>
4
+ </head>
5
+ <body>
6
+ <p>This is meant to be a very simple demo. Please see <a href="https://sqldef.github.io">our site</a> for docs & more complete demo.</p>
7
+ <script type="module">
8
+ // put demo code here
9
+ </script>
10
+ </body>
11
+</html>
package.json
@@ -13,7 +13,8 @@
13
".": "./index.js"
14
},
15
"scripts": {
16
- "test": "node --test"
+ "test": "node --test",
17
+ "start": "npx -y live-server docs"
18
19
"author": "David Konsumer <[email protected]> (http://konsumer.js.org)",
20
"license": "MIT",
0 commit comments