mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 14:14:10 +00:00
add comment
This commit is contained in:
parent
50b14a252b
commit
ebf95d9d9c
@ -8,8 +8,11 @@ const {
|
||||
|
||||
module.exports = async () => {
|
||||
console.log('Importing data...');
|
||||
|
||||
// From file
|
||||
const source = createLocalFileSourceProvider({ backupFilePath: './backup.tar.gz' });
|
||||
|
||||
// To Strapi
|
||||
const destination = createLocalStrapiDestinationProvider({
|
||||
getStrapi() {
|
||||
return strapi().load();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user