TiddlyWiki5/editions/aws/tiddlywiki.info

19 lines
395 B
Plaintext

{
"description": "Amazon Web Services edition",
"plugins": [
"tiddlywiki/async",
"tiddlywiki/jszip",
"tiddlywiki/aws"
],
"themes": [
"tiddlywiki/vanilla",
"tiddlywiki/snowwhite"
],
"build": {
"index": [
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
"lambda": [
"--rendertiddler","$:/plugins/tiddlywiki/aws/lambdas/main","index.js","text/plain"]
}
}