Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass... master
authorNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 23:28:03 +0000 (10:28 +1100)
committerNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 23:35:26 +0000 (10:35 +1100)
commitc3a42b718b448b9e72822ef36b8ee013f809e888
treee881106eb742c77983a81fa034635ee3b8d7a6fb
parent2935e07da417f78ecb6dad1e73671c32d19f9a7b
Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass calls, use (await import('@ndcode/jst_server')).default rather than the _jst_server builtin variable provided by jst (because npm now uses a flat node_modules structure, so there is no risk of loading a second copy of jst_server module)
.gitignore
_config/server.jst
_config/site.jst
link.sh [new file with mode: 0755]
package.json