1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00
TiddlyWiki5/editions/aws/tiddlywiki.info

19 lines
395 B
Plaintext
Raw Normal View History

{
"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"]
}
}