Pieter Janssens
Pieter Janssens
In the index.js ``` module.exports = function(event, context) { const rv = context.getSecretValueJSON('my-new-sec', 'rv.json'); return rv.Info.Success; }; ``` has to be changed to this ``` module.exports = async function(event, context)...
See https://github.com/SAP-samples/workzone-workflow-journey-app-template/issues/9 Author is no longer active. friendly ping @ArchanaShukla
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html TL;DR, if set, js-repl should put its config in `$XDG_CONFIG_HOME/js-repl`. Usually `$XDG_CONFIG_HOME` is set to `~/.config`.
### Current Situation My NAS supports docker and I can also install the official package for Synology. Which one is recommended and would the native package offer the best mDNS...
closes #49
https://www.redhat.com/en/topics/linux/centos-linux-eol#:~:text=Hat%20Enterprise%20Linux%3F-,Overview,)%20on%20June%2030%2C%202024. Because of that `docker build` will fail because the centos yum mirrors are taken offline.