Skip to content

Commit

Permalink
chore: add todo, remove branch from deploy PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 8, 2023
1 parent f40ddc5 commit db64361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- prod
- PE-5161_gift_app_init

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import nodePolyfills from "vite-plugin-node-stdlib-browser";

// https://vitejs.dev/config/
export default defineConfig({
// TODO: Remove or modify once we move to a subdomain
base: "/turbo-app/",
plugins: [react(), nodePolyfills()],
define: {
Expand Down

0 comments on commit db64361

Please sign in to comment.