-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
import "tailwindcss/tailwind.css"; | ||
|
||
import { Analytics } from "@vercel/analytics/react"; | ||
import { AppProps } from "next/app"; | ||
import { FC } from "react"; | ||
|
||
const App: FC<AppProps> = ({ Component, pageProps }) => ( | ||
<Component {...pageProps} /> | ||
<> | ||
<Component {...pageProps} /> | ||
<Analytics /> | ||
</> | ||
); | ||
|
||
export default App; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,10 @@ | |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "turbo run test", | ||
"build": "turbo run build", | ||
"start": "turbo run start", | ||
"dev": "turbo run dev" | ||
}, | ||
"keywords": [], | ||
"author": "Federico Vitale <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"pipeline": { | ||
"start": {}, | ||
"build": { | ||
"dependsOn": ["^build"], | ||
"outputs": [".next"] | ||
}, | ||
"dev": { | ||
"cache": false | ||
}, | ||
"test": {} | ||
} | ||
} |
e1c4f42
There was a problem hiding this comment.
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:
next-wayfinder – ./
next-wayfinder-fedevitaledev.vercel.app
next-wayfinder-git-main-fedevitaledev.vercel.app
next-wayfinder.vercel.app
next-wayfinder.dev
www.next-wayfinder.dev