This website requires JavaScript.
Explore
Help
Sign In
ambiser
/
strapi-plugin-config-sync
mirror of
https://github.com/boazpoolman/strapi-plugin-config-sync
Watch
9
Star
0
Fork
You've already forked strapi-plugin-config-sync
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14ed79b7b9
strapi-plugin-config-sync
/
server
/
services
/
index.js
8 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(v4): Base migration
2021-10-14 14:37:00 +02:00
'use strict'
;
refactor: use pack-up for bundling
2024-11-06 11:59:15 +01:00
import
main
from
'./main'
;
refactor(v4): Base migration
2021-10-14 14:37:00 +02:00
refactor: use pack-up for bundling
2024-11-06 11:59:15 +01:00
export
default
{
refactor(v4): Base migration
2021-10-14 14:37:00 +02:00
main
,
}
;