Mikhail Hozhy
Mikhail Hozhy
the same here `tsoa` builds routes & swaggers specs under `backend/build` folder, then `swc` should run app from `backend/src` ```bash > npm run swagger && SWCRC=true dotenv -e .env.local --...
hey @kdy1 I've created repo https://github.com/mishelen/tsoa-swc/tree/main Please take a look
if I manually remove `type` from import then it fail on next statement. ```bash file:///.../build/routes.ts:13 const models: TsoaRoute.Models = { ^^^^^^ SyntaxError: Missing initializer in const declaration ``` Uhhh, but...
this seems working: ```dockerfile FROM ubuntu:latest as build RUN apt-get update && \ apt-get install -y ca-certificates curl && \ rm -rf /var/lib/apt/lists/* RUN curl -O https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/${TARGETARCH:-$(dpkg --print-architecture)}/latest/amazon-cloudwatch-agent.deb && \...
definitely, there should be clear way described in the docs for projects without aliases