Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 15, 2024
1 parent 67a5832 commit 688ff1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/linearlite/sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export default $config({
website: website.url,
}
} catch (e) {
console.error('Failed to deploy linearlite stack', e)
console.error(`Failed to deploy linearlite stack`, e)
}
}
},
})

function applyMigrations(uri: string) {
Expand Down

0 comments on commit 688ff1d

Please sign in to comment.