We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb31257 commit 193b530Copy full SHA for 193b530
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pwd-sdk",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "PWD sdk",
5
"main": "dist/index.js",
6
"mainReact": "react/index.js",
test-server.js
@@ -1,7 +1,7 @@
const express = require("express");
const cors = require("cors");
const { createProxyMiddleware } = require("http-proxy-middleware");
-const PORT = 4000;
+const PORT = 8080;
const app = express();
7
console.log(__dirname + "/index.html");
0 commit comments