Skip to content

Commit d493b93

Browse files
committed
Run pnpm run format
1 parent 001b722 commit d493b93

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.changeset/dirty-hotels-press.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Added configurable network exposure for Docker deployments with secure defaults.
99
- Optional network exposure via HOST_BIND environment variable
1010
- Configured port 2150 mapping for Docker container
1111

12-
Users can optionally expose their Srcbook instance to other network devices by setting HOST_BIND=0.0.0.0 when running Docker.
12+
Users can optionally expose their Srcbook instance to other network devices by setting HOST_BIND=0.0.0.0 when running Docker.

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
ports:
8-
- "${HOST_BIND:-127.0.0.1}:2150:2150"
8+
- '${HOST_BIND:-127.0.0.1}:2150:2150'
99
volumes:
1010
- type: bind
1111
source: ~/.srcbook
@@ -16,4 +16,4 @@ services:
1616
- NODE_ENV=production
1717
- HOST=${HOST_BIND:-127.0.0.1}
1818
- SRCBOOK_INSTALL_DEPS=true
19-
command: ["pnpm", "start"]
19+
command: ['pnpm', 'start']

packages/web/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,4 @@ export default {
225225
},
226226
},
227227
plugins: [animate],
228-
229228
};

0 commit comments

Comments
 (0)