We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4a85 commit 6bb1008Copy full SHA for 6bb1008
Dockerfile
@@ -35,7 +35,7 @@ COPY . /code/
35
FROM builder AS web-app-serve-build
36
37
ENV APP_TITLE=TC-Unified-Notes
38
-ENV APP_UNIFIED_API_ENDPOINT=http://192.168.88.52:8020/
+ENV APP_UNIFIED_API_ENDPOINT=https://notes-api.local.togglecorp.com/
39
40
41
RUN WEB_APP_SERVE_ENABLED=true pnpm build
vite.config.ts
@@ -31,9 +31,7 @@ export default defineConfig(({ mode }) => {
31
reactSwc(),
32
tsconfigPaths(),
33
webfontDownload(),
34
- validateEnv({
- configFile: 'env.ts',
- }),
+ validateEnv(),
isProd ? compression() : undefined,
],
css: {
0 commit comments