fix(TapNodeTools): Fix server port default value in createSmarts3 method
This commit is contained in:
@ -85,6 +85,7 @@ class TapNodeTools {
|
||||
public async createSmarts3() {
|
||||
const smarts3Mod = await import('@push.rocks/smarts3');
|
||||
const smarts3Instance = new smarts3Mod.Smarts3({
|
||||
port: 3003,
|
||||
cleanSlate: true,
|
||||
});
|
||||
await smarts3Instance.start();
|
||||
|
Reference in New Issue
Block a user