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 2a959a1 commit b7fc787Copy full SHA for b7fc787
src/client/package.json
@@ -10,6 +10,8 @@
10
"check:types": "npm --workspaces run check:types"
11
},
12
"workspaces": [
13
- "./packages/*"
+ "packages/event-to-object",
14
+ "packages/client",
15
+ "packages/app"
16
]
17
}
src/client/packages/app/vite.config.js
@@ -8,5 +8,5 @@ export default defineConfig({
8
"react-dom": "preact/compat",
9
- base: "/_reactpy",
+ base: "/_reactpy/",
});
0 commit comments