Skip to content

Commit 8a06d3e

Browse files
committed
feat: expose static under static
1 parent 313ccd9 commit 8a06d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/smooth-core/src/server/expressApp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function createExpressApp({
3535
)
3636

3737
app.use(
38+
'/static',
3839
express.static(
3940
config.staticPath,
4041
dev

0 commit comments

Comments
 (0)