Skip to content

Commit 51c749d

Browse files
committed
fix: preview renamed to canary
1 parent 19df8c1 commit 51c749d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lerna-debug.log*
1010
.env*
1111
!.env.example
1212
!.env.vite.production
13-
!.env.vite.preview
13+
!.env.vite.canary
1414
!.env.vite.development
1515
scripts
1616
node_modules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN npm ci && npm cache clean --force
1414
COPY . .
1515

1616
# Copy frontend env for Vite build
17-
COPY .env.vite.preview .env.preview
17+
COPY .env.vite.canary .env.canary
1818

1919
# Build the backend (TypeScript compilation)
2020
RUN npm run build:server
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
environment:
1111
- NODE_ENV=production
1212
env_file:
13-
- .env.preview
13+
- .env.canary
1414
volumes:
1515
- ./logs:/app/logs
1616
restart: unless-stopped

0 commit comments

Comments
 (0)