hopefully final fix

This commit is contained in:
Omer Sabic 2024-05-29 20:53:05 +02:00
parent 6eb2f8e109
commit 5b8ca35339
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@ FROM node:18-alpine
WORKDIR ./build
EXPOSE 3000
ENV NODE_ENV=production
RUN ["cat index.js |", "node --input-type=module"]
RUN ["node", "./index.mjs"]

View File

@ -26,7 +26,7 @@ function totalist(dir, callback, pre='') {
/**
* @typedef ParsedURL
* @type {import('.').ParsedURL}
* @type {import('./index.mjs').ParsedURL}
*/
/**

View File

@ -107,7 +107,7 @@ class Trouter {
/**
* @typedef ParsedURL
* @type {import('.').ParsedURL}
* @type {import('./index.mjs').ParsedURL}
*/
/**