mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Restore Meteot 1.4 version of sandstorm.js
This commit is contained in:
parent
eb9d417a27
commit
6e8a84eaa7
1 changed files with 6 additions and 6 deletions
|
|
@ -22,7 +22,7 @@ const sandstormBoard = {
|
||||||
|
|
||||||
if (isSandstorm && Meteor.isServer) {
|
if (isSandstorm && Meteor.isServer) {
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const Capnp = require("/node_modules/capnp.js");
|
const Capnp = require('capnp');
|
||||||
const Package = Capnp.importSystem('sandstorm/package.capnp');
|
const Package = Capnp.importSystem('sandstorm/package.capnp');
|
||||||
const Powerbox = Capnp.importSystem('sandstorm/powerbox.capnp');
|
const Powerbox = Capnp.importSystem('sandstorm/powerbox.capnp');
|
||||||
const Identity = Capnp.importSystem('sandstorm/identity.capnp');
|
const Identity = Capnp.importSystem('sandstorm/identity.capnp');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue