mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 09:51:35 +03:00
93ae724c66
fix AF-1337 it seems the way how we load web worker file in electron no longer works. created an upstream issue in https://github.com/electron/electron/issues/43556
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.16.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@toeverything/infra": "workspace:*",
|
|
"electron": "^31.0.0"
|
|
}
|
|
}
|