
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
import { SchemaMigrationV1 } from './share-v1';
|
|
|
|
export default new SchemaMigrationV1();
|