mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
CU-hq6bg7: Remove BlockType from state when changing type
This commit is contained in:
parent
a28b121953
commit
638c2f885a
4 changed files with 45 additions and 17 deletions
|
@ -81,8 +81,6 @@ if (process.env.DATA_PATH) {
|
|||
try { fs.mkdirSync(tmpPath); } catch (e) {};
|
||||
|
||||
if (useGRPC) {
|
||||
console.log('Connect via gRPC');
|
||||
|
||||
server = require('./electron/server.js');
|
||||
let binPath = path.join(__dirname, 'dist', `anytypeHelper${is.windows ? '.exe' : ''}`);
|
||||
binPath = fixPathForAsarUnpack(binPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue