We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d9f17 commit a9ceb7dCopy full SHA for a9ceb7d
packages/start-plugin-core/src/constants.ts
@@ -12,8 +12,8 @@ export type ViteEnvironmentNames =
12
// if a user has a custom server/client entry point file, resolve.alias will point to this
13
// otherwise it will be aliased to the default entry point in the respective framework plugin
14
export const ENTRY_POINTS = {
15
- client: '__tanstack-start-client-entry__',
16
- server: '__tanstack-start-server-entry__',
+ client: 'virtual:tanstack-start-client-entry',
+ server: 'virtual:tanstack-start-server-entry',
17
// the start entry point must always be provided by the user
18
start: '#tanstack-start-entry',
19
router: '#tanstack-router-entry',
0 commit comments