Skip to content

Commit 78e6bde

Browse files
committed
chore: update local-web-server
1 parent b0d0bf0 commit 78e6bde

File tree

3 files changed

+762
-435
lines changed

3 files changed

+762
-435
lines changed

lws.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
module.exports = {
2-
port: 8080,
3-
directory: '/build',
4-
mine: {
5-
"application/wasm": ['wasm']
6-
},
7-
}
1+
export default {
2+
port: 8080,
3+
directory: "/build",
4+
mine: {
5+
"application/wasm": ["wasm"],
6+
},
7+
};

0 commit comments

Comments
 (0)