we're about to port the chrome-extension. everything else mostly works

This commit is contained in:
cottongin
2025-10-30 13:27:55 -04:00
parent 2db707961c
commit db2a8abe66
29 changed files with 2490 additions and 562 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
const { defineConfig } = require('vite');
const react = require('@vitejs/plugin-react');
export default defineConfig({
module.exports = defineConfig({
plugins: [react()],
server: {
host: '0.0.0.0',