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.
2 parents 5f57db4 + a077484 commit cd121f6Copy full SHA for cd121f6
package.json
@@ -4,7 +4,7 @@
4
"description": "Sample code and documentation for the Tableau Extensions API.",
5
"scripts": {
6
"build": "npm run lint && webpack --config webpack.config.js --display-error-details",
7
- "start": "node node_modules/http-server/bin/http-server -p 8765",
+ "start": "node node_modules/http-server/bin/http-server -p 8765 -c-1",
8
"start-sandbox": "npx tabextsandbox --config sandbox-config.json",
9
"lint": "npm run jslint && npm run tslint",
10
"jslint": "semistandard ./Samples/*/*.js",
0 commit comments