chore: apply Biome cleanup
This commit is contained in:
@@ -10,10 +10,7 @@
|
||||
// "features": {},
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// This can be used to network with other containers or with the host.
|
||||
"forwardPorts": [
|
||||
3000,
|
||||
5432
|
||||
],
|
||||
"forwardPorts": [3000, 5432],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "bun i",
|
||||
// Use 'postStartCommand' to run commands after the container is started.
|
||||
@@ -38,4 +35,4 @@
|
||||
"containerEnv": {
|
||||
"SHELL": "/bin/bash"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user