Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
astro-wt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
45267211
authored
2024-06-07 16:08:27 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Configure exports properly.
1 parent
37d058e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
package.json
package.json
View file @
4526721
...
...
@@ -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"
...
...
Please
register
or
sign in
to post a comment