45267211 by Adam Heath

Configure exports properly.

1 parent 37d058e8
......@@ -2,12 +2,9 @@
"name": "astro-wt",
"type": "module",
"exports": {
"./astro": "./src/astro.mjs",
"./client": "./src/client.mjs",
"./slices": "./src/slices.mjs",
"./react": "./src/react.jsx",
"./session": "./src/session.mjs",
"./ReduxIsland": "./src/ReduxIsland.astro"
"./astro": "./lib/astro.ts",
"./htmt": "./lib/html.ts",
"./remote-content": "./lib/remote-content.ts"
},
"scripts": {
"dev": "astro dev"
......