Commit ccf0727
authored
Use
By default, Deno does not allow importing bare node modules outside of `node_modules/` directories. This replaces the import from `url` with an import from `node:url` to make it easier for Deno users to use the Tanstack Start template.node:url in default vite.config.ts (#344)1 parent c0fefef commit ccf0727
File tree
1 file changed
+1
-1
lines changed- packages/create/src/frameworks/react/project/base
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments