We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e986db commit e586f99Copy full SHA for e586f99
package.json
@@ -4,7 +4,7 @@
4
"description": "The frontend part of Redash.",
5
"main": "index.js",
6
"scripts": {
7
- "start": "webpack-dev-server --content-base app",
+ "start": "webpack-dev-server --content-base client/app",
8
"build": "rm -rf ./client/dist/ && NODE_ENV=production node node_modules/.bin/webpack",
9
"watch": "webpack --watch --progress --colors -d"
10
},
0 commit comments