slush-react-express
Advanced tools
Comparing version 3.3.2 to 3.3.3
{ | ||
"name": "slush-react-express", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "A generator for a node express web app using react", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -194,3 +194,3 @@ 'use strict'; | ||
// Start the node server with the node entry point | ||
node = spawn('ts-node', [path.join(config.serverSourceDir, 'server.ts')], { | ||
node = spawn('node_modules/.bin/ts-node', [path.join(config.serverSourceDir, 'server.ts')], { | ||
stdio: 'inherit', | ||
@@ -197,0 +197,0 @@ env: watchEnvironment, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2771186