Initial commit from template
This commit is contained in:
14
migrations/deploy.ts
Normal file
14
migrations/deploy.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
// Migrations are managed by Anchor
|
||||
// This file can be used for custom deployment scripts
|
||||
|
||||
import * as anchor from "@coral-xyz/anchor";
|
||||
|
||||
async function main() {
|
||||
console.log("Running deployment script...");
|
||||
// Custom deployment logic can be added here
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error(error);
|
||||
process.exitCode = 1;
|
||||
});
|
||||
Reference in New Issue
Block a user