mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
chore: faster tldraw build
This commit is contained in:
@@ -15,12 +15,7 @@
|
||||
"typescript",
|
||||
"javascript"
|
||||
],
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"main": "./src/index.ts",
|
||||
"scripts": {
|
||||
"start:all": "yarn start:utils",
|
||||
"start:utils": "node scripts/dev & yarn types:dev",
|
||||
|
||||
Reference in New Issue
Block a user