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 7b91acc commit f13945dCopy full SHA for f13945d
demo/Server.js
@@ -32,5 +32,5 @@ if (development) {
32
}
33
34
app.listen(4000, '0.0.0.0', function () {
35
- console.log(colors.green(`React-metaform started at http://localhost:4000/. NODE_ENV: ${process.env.NODE_ENV}`));
+ console.log(colors.green(`Redux-autoform started at http://localhost:4000/. NODE_ENV: ${process.env.NODE_ENV}`));
36
});
0 commit comments