Skip to content

Commit 5bd0567

Browse files
committed
chore: wip
1 parent 4f62157 commit 5bd0567

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.stacks/core/cloud/src/cloud/compute.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class ComputeStack {
2727
// })
2828

2929
const webServer = new lambda.Function(scope, 'WebServer', {
30-
// code: lambda.Code.fromDockerBuild(p.cloudPath('src/server')),
3130
description: 'The web server for the Stacks application',
3231
code: lambda.Code.fromAssetImage(p.cloudPath('src/server')),
3332
handler: lambda.Handler.FROM_IMAGE,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ _Enhanced productivity for developers. No more creating boilerplate._
9191

9292
- 💡 **IDE Integration** _auto-completions, inline docs & a powerful VS Code setup_
9393
- 🪄 **Zero-Config** _yet highly configurable—convention over configuration_
94-
- 👩🏽‍🔧 **Linter & Formatter** _auto-configured & built into your IDE_
94+
- 💅 **Linter & Formatter** _auto-configured & built into your IDE_
9595
- 💪🏼 **Type Strong** _built-in e2e type-safety_
9696
-**Git Workflows** _committing with ease_
9797
- 🚗 **Auto Imports** _your components & functions, including date, string, array, & object helpers_

bun.lockb

416 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)