Skip to content

Commit b6f1051

Browse files
committed
workspace order
1 parent 87f5e0a commit b6f1051

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: src/client/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"check:types": "npm --workspaces run check:types"
1111
},
1212
"workspaces": [
13-
"./packages/*"
13+
"packages/event-to-object",
14+
"packages/client",
15+
"packages/app"
1416
]
1517
}

Diff for: src/client/packages/app/vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export default defineConfig({
88
"react-dom": "preact/compat",
99
},
1010
},
11-
base: "/_reactpy",
11+
base: "/_reactpy/",
1212
});

0 commit comments

Comments
 (0)