mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add vite + crxjs (buggy)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { crx } from '@crxjs/vite-plugin'
|
||||
import manifest from './manifest.json'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [crx({ manifest })],
|
||||
server: {
|
||||
port: 3004,
|
||||
hmr: {
|
||||
port: 8989,
|
||||
overlay: false,
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user