mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +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
|
* Commands
|
||||||
* HTTP server code
|
* HTTP server code
|
||||||
|
* Utility functions for server
|
||||||
|
|||||||
@@ -3,5 +3,6 @@
|
|||||||
"name": "Filesystem",
|
"name": "Filesystem",
|
||||||
"description": "Synchronize changes from the node.js server to the local filesystem",
|
"description": "Synchronize changes from the node.js server to the local filesystem",
|
||||||
"list": "readme",
|
"list": "readme",
|
||||||
|
"platform": "server",
|
||||||
"stability": "STABILITY_2_STABLE"
|
"stability": "STABILITY_2_STABLE"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user