1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 11:49:44 +00:00

Make pluginlibrary edition consistent with all other editions (#8265)

* make pluginlibrary edtion consistent with all other edtions

* pluginlibrary edition update docs

* fix typo in GettingStarted
This commit is contained in:
Mario Pietsch 2024-08-20 17:30:28 +02:00 committed by GitHub
parent b75fa58746
commit 990108cfab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ Import the configuration tiddler: $:/config/LocalPluginLibrary to your "test wik
The following commands will create the library files and start a test server at http://localhost:8888 The following commands will create the library files and start a test server at http://localhost:8888
``` ```
cd /your/path/to/TiddlyWiki5/editions/pluginlibrary cd /your/path/to/TiddlyWiki5
tiddlywiki --build test-server node ./tiddlywiki.js ./editions/pluginlibrary --build test-server
``` ```
!! Test the Library with a Single File Wiki !! Test the Library with a Single File Wiki

View File

@ -11,7 +11,7 @@
], ],
"build": { "build": {
"test-server": [ "test-server": [
"--output", "./files/local/library/tmp", "--output", "./editions/pluginlibrary/files/local/library/tmp",
"--build", "library", "--build", "library",
"--listen", "port=8888" "--listen", "port=8888"
], ],