mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor: remove esm module (#1077)
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
"name": "@affine/logger",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
"exports": {
|
||||
".": "./dist/src/index.js"
|
||||
},
|
||||
"main": "./src/index.ts",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "tsc --project ./tsconfig.json"
|
||||
|
||||
Reference in New Issue
Block a user