Skip to content

Commit c1db5e1

Browse files
feat(vite)!: move index.html from web/src to web (#1799)
Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
1 parent 9082d89 commit c1db5e1

39 files changed

Lines changed: 240 additions & 72 deletions

File tree

File renamed without changes.

__fixtures__/example-todo-main-with-errors/web/src/index.html renamed to __fixtures__/example-todo-main-with-errors/web/index.html

File renamed without changes.
File renamed without changes.

__fixtures__/rsc-caching/web/src/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
1414
if (!redwoodAppElement) {
1515
throw new Error(
1616
"Could not find an element with ID 'redwood-app'. Please ensure it " +
17-
"exists in your 'web/src/index.html' file."
17+
"exists in your 'web/index.html' file."
1818
)
1919
}
2020

File renamed without changes.

__fixtures__/test-project-esm/web/src/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
1414
if (!redwoodAppElement) {
1515
throw new Error(
1616
"Could not find an element with ID 'redwood-app'. Please ensure it " +
17-
"exists in your 'web/src/index.html' file."
17+
"exists in your 'web/index.html' file."
1818
)
1919
}
2020

File renamed without changes.

__fixtures__/test-project-live/web/src/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
1414
if (!redwoodAppElement) {
1515
throw new Error(
1616
"Could not find an element with ID 'redwood-app'. Please ensure it " +
17-
"exists in your 'web/src/index.html' file."
17+
"exists in your 'web/index.html' file."
1818
)
1919
}
2020

__fixtures__/test-project-rsa/web/src/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
1414
if (!redwoodAppElement) {
1515
throw new Error(
1616
"Could not find an element with ID 'redwood-app'. Please ensure it " +
17-
"exists in your 'web/src/index.html' file."
17+
"exists in your 'web/index.html' file."
1818
)
1919
}
2020

__fixtures__/test-project-rsc-kitchen-sink/web/src/entry.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const redwoodAppElement = document.getElementById('redwood-app')
1414
if (!redwoodAppElement) {
1515
throw new Error(
1616
"Could not find an element with ID 'redwood-app'. Please ensure it " +
17-
"exists in your 'web/src/index.html' file."
17+
"exists in your 'web/index.html' file."
1818
)
1919
}
2020

0 commit comments

Comments
 (0)