fix test, adjust node adapter, bump version to 0.1

This commit is contained in:
dswbx
2024-11-28 10:11:04 +01:00
parent 550c86a4e0
commit 33a820aa11
4 changed files with 9 additions and 5 deletions

View File

@@ -12,9 +12,11 @@ const config = {
};
serve(config, {
relativeDistPath: "../../node_modules/bknd/dist",
port: 1337,
listener: ({ port }) => {
console.log(`Server is running on http://localhost:${port}`);
}
},
// this is only required to run inside the same workspace
// leave blank if you're running this from a different project
relativeDistPath: "../../app/dist"
});