]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - README.md
Bumping version number to 2.0.2
[github/fretlink/purs-loader.git] / README.md
index e70522af02af6016c6b90d9e1b5d9e6c5b569f65..6886f0f8552fa23746a821dcd35ca8fe7c8b7fb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Default options:
   pscBundle: 'psc-bundle',
   pscBundleArgs: {},
   pscIde: false, // instant rebuilds using psc-ide-server (experimental)
+  pscIdeArgs: {}, // for example, to use different psc-ide-server port: {port: 4088}
   pscIdeColors: false, // defaults to true if psc === 'psa'
   bundleOutput: 'output/bundle.js',
   bundleNamespace: 'PS',
@@ -74,3 +75,4 @@ Default options:
 
 Experimental support for instant rebuilds using `psc-ide-server` can be enabled
 via the `pscIde: true` option.
+You can use an already running `psc-ide-server` instance by specifying the port in `pscIdeArgs`.