enable logging for debug 5

This commit is contained in:
Firq 2025-04-08 20:18:43 +02:00
parent d0d43d8caf
commit b75fb2499e
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 --debug /public > site.log

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.80",
"version": "0.2.0-pre.81",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.80",
"version": "0.2.0-pre.81",
"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.80",
"version": "0.2.0-pre.81",
"private": true,
"scripts": {
"dev": "astro dev",