From 99a7ad60daffdaad06ab434edb4539ea4c95e2a9 Mon Sep 17 00:00:00 2001 From: Frnn4268 Date: Sun, 27 Oct 2024 20:52:45 -0600 Subject: [PATCH] Test commit for new workflows --- backend/index.js | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/index.js b/backend/index.js index 946fca1..0212dec 100644 --- a/backend/index.js +++ b/backend/index.js @@ -71,4 +71,4 @@ const startServer = async () => { }; // Connect to the database and then start the server -startServer(); \ No newline at end of file +startServer(); diff --git a/frontend/README.md b/frontend/README.md index 2e45e3e..f768e33 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,4 +5,4 @@ This template provides a minimal setup to get React working in Vite with HMR and Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh \ No newline at end of file +- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh