mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Card vote options in new fork
This commit is contained in:
parent
533bc045d0
commit
3cc0a93e0e
10 changed files with 239 additions and 65 deletions
|
|
@ -22,7 +22,7 @@ const sandstormBoard = {
|
|||
|
||||
if (isSandstorm && Meteor.isServer) {
|
||||
const fs = require('fs');
|
||||
const Capnp = Npm.require(`capnp`);
|
||||
const Capnp = Npm.require('capnp');
|
||||
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