From 47b234092b0a2b64e11a3eb50a5cab6c7576bd53 Mon Sep 17 00:00:00 2001 From: Nils Ramstoeck Date: Fri, 3 Nov 2023 08:27:41 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- build.mjs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58ef80e..894b13b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a template for using any external editor for Bitburner. This Template su ## How to use -1. If you dont already have it installed, install [NodeJS](https://nodejs.org) +1. If you dont already have it installed, install [NodeJS](https://nodejs.org) v20 or newer 1. Clone this repository 1. navigate to the template (`cd path/to/the/template`) inside your console 1. run `npm install` in your console to install all dependencies @@ -24,4 +24,4 @@ import React from 'react' //and import ReactDOM from 'react-dom' ``` -For more in-depth details have a look at the [plugin](https://github.com/NilsRamstoeck/esbuild-bitburner-plugin) powering this template! +For more in-depth details and features have a look at the [plugin](https://github.com/NilsRamstoeck/esbuild-bitburner-plugin) powering this template! diff --git a/build.mjs b/build.mjs index 6d0b255..7e0773a 100644 --- a/build.mjs +++ b/build.mjs @@ -14,10 +14,10 @@ const createContext = async () => await context({ BitburnerPlugin({ port: 12525, types: 'NetscriptDefinitions.d.ts', - mirror: { - 'mirror/own': ['home', 'grindr-1', 'grindr-2', 'non'], - 'mirror/other': ['n00dles', 'foodnstuff'] - } + // mirror: { //uncomment to enable file mirroring + // 'mirror/own': ['home'], + // 'mirror/other': ['n00dles'] + // } }) ], bundle: true,