src/cli/commands/start/start.ts (3 lines): - line 89: // TODO: properly refactor this after GA to send appDevserverUrl to the server - line 110: // TODO: properly refactor this after GA to send apiDevserverUrl to the server - line 152: // TODO: not sure if we should still do this here, as config/user options should override src/core/deploy-client.ts (2 lines): - line 120: // TODO: get StaticSiteClient to remove zip files - line 121: // TODO: can these ZIPs be created under /tmp? src/core/frameworks/detect.ts (2 lines): - line 43: // TODO: if someday SWA introduces an equivalent to outputLocation for the API - line 369: // TODO: find common path denominator based on lowest dirname ancestor to try to find common root src/public/auth.html (1 line): - line 221: // @TODO handle unknown providers src/msha/routes-engine/rules/routes.ts (1 line): - line 142: AUTH_STATUS.NoAuth /* TODO get the right auth status */ src/cli/commands/init/init.ts (1 line): - line 29: // TODO: start from template src/msha/server.ts (1 line): - line 45: // TODO: handle multiple workflow files (see #32) src/msha/middlewares/request.middleware.ts (1 line): - line 215: // TODO: find a better way of guessing if this is a Websocket request src/core/utils/cli-config.ts (1 line): - line 185: // TODO: find node_modules/ path and use local schema if found src/msha/routes-engine/rules/headers.ts (1 line): - line 71: // TODO should we support ETag locally? src/core/swa-cli-persistence-plugin/impl/credentials-store.ts (1 line): - line 186: // TODO: should we clear credentials for the built-in auth extensions? src/cli/commands/deploy/deploy.ts (1 line): - line 198: // TODO: do that in options src/cli/commands/login/login.ts (1 line): - line 68: // TODO: can we silently authenticate the user with the new tenant? src/core/utils/workflow-config.ts (1 line): - line 45: // TODO: handle multiple workflow files (see #32) src/core/account.ts (1 line): - line 285: // TODO: add a temporary warning message until we ship `swa link/unlink`