chore: update package.json and package-lock.json for @types/react-dom, adjust routes and vite config

This commit is contained in:
Dan Dobos
2026-02-20 17:23:35 +01:00
parent 89144c85d9
commit 4a3757ee3d
4 changed files with 19 additions and 5 deletions
+2
View File
@@ -1,9 +1,11 @@
/// <reference types="node" />
import { defineConfig } from 'vite'
import path from 'path'
import tailwindcss from '@tailwindcss/vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
base: '/handyman/', // Set the base path for the application to ensure correct asset loading when deployed to GitHub Pages
plugins: [
// The React and Tailwind plugins are both required for Make, even if
// Tailwind is not being actively used do not remove them