Co-authored-by: Ben Wishovich <ben@benw.is>
@@ -2,7 +2,7 @@
"build": {
"beforeBuildCommand": "yarn build:tauri",
"beforeDevCommand": "yarn dev:tauri",
- "devPath": "http://127.0.0.1:5173",
+ "devPath": "http://localhost:5173",
"distDir": "../../build"
},
"package": {
@@ -25,6 +25,12 @@ if (TARGET === 'web') {
}
const config: UserConfig = {
+ server: {
+ fs: {
+ // Allow serving the wasm file from this folder.
+ allow: ['.']
+ }
+ },
plugins,
resolve: {
alias: {