mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function (deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|