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.
1 parent b0d5026 commit 1bb9ec7Copy full SHA for 1bb9ec7
projects/budgetkey/src/server.ts
@@ -29,7 +29,7 @@ const commonEngine = new CommonEngine();
29
* Serve static files from /browser
30
*/
31
app.get(
32
- '**',
+ '*.*',
33
express.static(browserDistFolder, {
34
maxAge: '1y',
35
index: 'index.html'
0 commit comments