mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
19 lines
395 B
Plaintext
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"]
|
||
|
}
|
||
|
}
|