mirror of
https://github.com/GetOpenScript/OpenScript.git
synced 2026-09-18 09:45:43 +00:00
Initial commit: OpenScript browser extension
This commit is contained in:
11
vite.config.js
Normal file
11
vite.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from "vite";
|
||||
import webExtension from "vite-plugin-web-extension";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
webExtension({
|
||||
manifest: "manifest.json",
|
||||
browser: "chrome",
|
||||
}),
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user