mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Add missing code.
This commit is contained in:
parent
68e8155805
commit
a34cbf95e8
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
import { FilesCollection } from 'meteor/ostrio:files';
|
||||
import { createBucket } from './lib/grid/createBucket';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import FileStoreStrategyFactory, { FileStoreStrategyFilesystem, FileStoreStrategyGridFs} from '/models/lib/fileStoreStrategy';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue