enable logging for debug 4

This commit is contained in:
Firq 2025-04-08 20:07:38 +02:00
parent 199758f822
commit d0d43d8caf
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 4 additions and 4 deletions

View file

@ -13,4 +13,4 @@ COPY --from=build /app/serve.json /public/serve.json
RUN rm /public/.original.favicon.ico
EXPOSE 8081
CMD "serve --listen 8081 --no-clipboard public/ > site.log"
CMD serve --listen 8081 --no-clipboard public/ > site.log

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.79",
"version": "0.2.0-pre.80",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.79",
"version": "0.2.0-pre.80",
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.79",
"version": "0.2.0-pre.80",
"private": true,
"scripts": {
"dev": "astro dev",