mirror of
https://github.com/knex/knex.git
synced 2025-08-13 11:10:55 +00:00
7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
'use strict';
|
|
|
|
// Use this shim module rather than "bluebird/js/main/promise"
|
|
// when bundling for client
|
|
module.exports = function () {
|
|
return require('bluebird');
|
|
}; |