mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat: complete migration logic
This commit is contained in:
+2
-1
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user