feat: initialize gomdown-helper with yt-dlp transfer flow
This commit is contained in:
8
vite.config.ts
Normal file
8
vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { crx } from '@crxjs/vite-plugin'
|
||||
import manifest from './manifest.config'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react(), crx({ manifest })],
|
||||
})
|
||||
Reference in New Issue
Block a user