Skip to content

Commit

Permalink
touch all apps to force deployments no 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vygandas committed Oct 26, 2023
1 parent 392c813 commit 97d0401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { NestFactory } from '@nestjs/core';

import { AppModule } from './app/app.module';

//

async function bootstrap() {
const app = await NestFactory.create(AppModule);
const globalPrefix = 'api';
Expand Down
2 changes: 2 additions & 0 deletions apps/landing/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export const metadata = {
description: 'Generated by create-nx-workspace',
};

//

export default function RootLayout({
children,
}: {
Expand Down
2 changes: 2 additions & 0 deletions apps/platform/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import NxWelcome from './nx-welcome';

import { Route, Routes, Link } from 'react-router-dom';

//

export function App() {
return (
<div>
Expand Down

3 comments on commit 97d0401

@vercel
Copy link

@vercel vercel bot commented on 97d0401 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

isomera-platform – ./

isomera-platform-cortip.vercel.app
isomera.vercel.app
app.isomera.org
isomera-platform-git-main-cortip.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 97d0401 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 97d0401 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.