Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass...
authorNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 22:50:53 +0000 (09:50 +1100)
committerNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 22:58:23 +0000 (09:58 +1100)
commit75c5c1632bf39911423a9d32fd421dc21d0412bd
tree3561adc2e98d586dc962e5e6d12e56ee64eaedf9
parent47ad54b04fe62459a0c6789aaa4f328ef0f421d7
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)
_config/server.jst
_config/site.jst