forked from defunkt/forge
fix packaging
This commit is contained in:
parent
992bddc769
commit
e30f8c8a68
11
package.json
11
package.json
|
|
@ -1,7 +1,16 @@
|
|||
{
|
||||
"name": "forge",
|
||||
"module": "src/index.ts",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"main": "src/index.tsx",
|
||||
"module": "src/index.tsx",
|
||||
"types": "src/index.tsx",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/index.tsx",
|
||||
"types": "./src/index.tsx"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun build:spa && bun run --hot server.tsx",
|
||||
"test": "bun test",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user