fix pls
This commit is contained in:
@@ -8,7 +8,6 @@ const app = express();
|
||||
app.use(express.static('./dist/{{your-app-name}}'));
|
||||
|
||||
app.get('/*', function(req,res) {
|
||||
|
||||
res.sendFile(path.join(__dirname,'/dist/cardWorkout/index.html'));
|
||||
});
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
"target": "es2015",
|
||||
"target": "es5",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user