Skip to content

Commit

Permalink
Merge pull request #31 from embroider-build/rewritten-app-location
Browse files Browse the repository at this point in the history
fix the location of the rewritten app
  • Loading branch information
mansona authored Jun 13, 2024
2 parents d859865 + 4f46862 commit 0f7b7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { resolve } from 'path';
import { babel } from '@rollup/plugin-babel';

const root = 'node_modules/.embroider/rewritten-app';
const root = 'tmp/rewritten-app';

export default defineConfig(({ mode }) => {
return {
Expand Down Expand Up @@ -44,7 +44,7 @@ export default defineConfig(({ mode }) => {
server: {
port: 4200,
watch: {
ignored: ['!**/node_modules/.embroider/rewritten-app/**'],
ignored: ['!**/tmp/rewritten-app/**'],
},
},
build: {
Expand Down

0 comments on commit 0f7b7a0

Please sign in to comment.