mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 22:07:41 +00:00
Further improvements for offloading server components (#9288)
* Move edition-info and repository to core-server * Update readme * Set platform to server for filesystem plugin * Move startup/command.js
This commit is contained in:
@@ -4,3 +4,4 @@ This plugin contains TiddlyWiki's core components that are only needed on the se
|
||||
|
||||
* Commands
|
||||
* HTTP server code
|
||||
* Utility functions for server
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "Filesystem",
|
||||
"description": "Synchronize changes from the node.js server to the local filesystem",
|
||||
"list": "readme",
|
||||
"platform": "server",
|
||||
"stability": "STABILITY_2_STABLE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user