feat: complete migration logic

This commit is contained in:
sethburkart123
2024-11-13 09:27:14 +11:00
parent 172021d0d0
commit e5c05c0dca
7 changed files with 242 additions and 69 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ export default defineConfig({
minify: false,
rollupOptions: {
input: {
settings: join(__dirname, 'src', 'interface', 'index.html')
settings: join(__dirname, 'src', 'interface', 'index.html'),
migration: join(__dirname, 'src', 'seqta', 'utils', 'migration', 'migrate.html')
}
}
}