We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d121e commit 109649dCopy full SHA for 109649d
packages/new-compiler/src/translation-server/README.md
@@ -147,6 +147,18 @@ pnpm tsx ../../packages/new-compiler/src/translation-server/cli.ts --port 3456 -
147
148
Make sure there the `--lingo-dir` option is set to the same directory as in the project settings, and the same for the `--source-root` option.
149
150
+Set the url returned in logs to the lingo config
151
+
152
+```js
153
+export const config = {
154
+ // Other config options...
155
+ dev: {
156
+ usePseudotranslator: true,
157
+ translationServerUrl: "http://127.0.0.1:3456"
158
+ }
159
+}
160
+```
161
162
### Server Logs
163
164
The translation server writes logs to both:
0 commit comments