mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
remove unused index.ts
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
import AppDataSource from "./data-source"
|
|
||||||
|
|
||||||
AppDataSource.initialize()
|
|
||||||
.then(() => {
|
|
||||||
console.log('✅ Connected successfully');
|
|
||||||
process.exit(0);
|
|
||||||
})
|
|
||||||
.catch((err) => {
|
|
||||||
console.error('❌ Connection failed:', err);
|
|
||||||
process.exit(1);
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user