Skip to content

Commit

Permalink
Merge branch 'release-1.0.91'
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Jan 25, 2025
2 parents 9b3404b + d0107f1 commit 7f8539a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foodoasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.90",
"version": "1.0.91",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down
3 changes: 1 addition & 2 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import svgrPlugin from "vite-plugin-svgr";
import viteTsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
// depending on your application, base can also be "/"
base: "",
base: "/",
plugins: [
svgrPlugin(),
react({
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodoasis-web-api",
"version": "1.0.90",
"version": "1.0.91",
"author": "Hack for LA",
"description": "Web API Server for Food Oasis",
"main": "server.js",
Expand Down

0 comments on commit 7f8539a

Please sign in to comment.