Skip to content

Commit 37bde69

Browse files
committed
chore: update name in checkly file
1 parent ee9c81a commit 37bde69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkly.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const emailChannel = new EmailAlertChannel('email-channel-1', {
1818

1919
export const config = defineConfig({
2020
// FIXME: Add your own project name, logical ID, and repository URL
21-
projectName: 'Next.js Boilerplate',
21+
projectName: 'SaaS Boilerplate',
2222
logicalId: 'nextjs-boilerplate',
2323
repoUrl: 'https://github.com/ixartz/Next-js-Boilerplate',
2424
checks: {

0 commit comments

Comments
 (0)