File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 55 < body >
66 < 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 >
77 < script type ="module ">
8+ import sqldef from '/sqldef/index.js'
89 // put demo code here
910 </ script >
1011 </ body >
Original file line number Diff line number Diff line change 11// this is the primary entry-point, in ESM module
2+
3+ export default function sqldef ( options ) { }
Original file line number Diff line number Diff line change 1313 },
1414 "scripts" : {
1515 "test" : " node --test" ,
16- "start" : " npx -y live-server docs -mount=./:/ sqldef"
16+ "start" : " npx -y live-server docs -- mount=/ sqldef:. "
1717 },
1818 "author" :
" David Konsumer <[email protected] > (http://konsumer.js.org)" ,
1919 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments