mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Sandstorm fix for Meteor 1.6.0.1
This commit is contained in:
parent
6622dbb56b
commit
89ccef84be
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const sandstormBoard = {
|
|||
|
||||
if (isSandstorm && Meteor.isServer) {
|
||||
const fs = require('fs');
|
||||
const Capnp = require('capnp');
|
||||
const Capnp = require("/node_modules/capnp.js");
|
||||
const Package = Capnp.importSystem('sandstorm/package.capnp');
|
||||
const Powerbox = Capnp.importSystem('sandstorm/powerbox.capnp');
|
||||
const Identity = Capnp.importSystem('sandstorm/identity.capnp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue