mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-05 18:20:40 -08:00
20 lines
766 B
Text
20 lines
766 B
Text
{
|
|
"description": "TiddlyPWA",
|
|
"plugins": [
|
|
"notebook-mobile"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite",
|
|
"notebook"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render", "$:/core/save/all", "index.html", "text/plain", "",
|
|
"--render", "$:/bootstrap.json", "bootstrap.json", "text/plain", "", "bootState", "docs",
|
|
"--render", "$:/core/save/all", "app/app.html", "text/plain", "", "publishFilter", "-[tag:[TiddlyPWA Docs]] -[[$:/DefaultTiddlers]]",
|
|
"--render", "$:/plugins/valpackett/tiddlypwa/sw.js", "app/sw.js", "text/plain",
|
|
"--render", "$:/bootstrap.json", "app/bootstrap.json", "text/plain", "", "bootState", "localonly"
|
|
]
|
|
}
|
|
}
|