Skip to content

Commit

Permalink
Merge pull request #14 from brunotot/hotfix-force-redeploy
Browse files Browse the repository at this point in the history
chore: force deploy
  • Loading branch information
brunotot authored Sep 2, 2024
2 parents ffbd487 + 9f1a782 commit a53d8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app-node-express/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { log } from "./setup/log.setup";
import { server } from "./setup/server.setup";

//

(async () => {
try {
await server.init();
Expand Down
2 changes: 2 additions & 0 deletions packages/app-vite-react/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { reactServer } from "@org/app-vite-react/setup/reactServer.setup";
import { routes } from "@org/app-vite-react/app/routes";
import { themeColors, themeConfig } from "@org/app-vite-react/app/theme";

//

reactServer.run({
routes,
theme: {
Expand Down

0 comments on commit a53d8b1

Please sign in to comment.