mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
V2 e2e (#320)
* chore: cleanup handling of a bad read * chore: configure e2e testing * chore: version bump
This commit is contained in:
@@ -64,9 +64,6 @@ app.use('/playback', playbackRouter);
|
||||
app.use('/external', express.static(join(currentDirectory, 'external')));
|
||||
|
||||
// serve static - react, in test mode we fetch the React app from module
|
||||
const newpath = join(currentDirectory, resolvedPath());
|
||||
console.log('serving content at ', newpath);
|
||||
|
||||
app.use(express.static(join(currentDirectory, resolvedPath())));
|
||||
|
||||
app.get('*', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user