Skip to content

Commit a81f596

Browse files
committed
Add Wayfinder aliases
1 parent c0c82ca commit a81f596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ function resolveLaravelPlugin(pluginConfig: Required<PluginConfig>): LaravelPlug
122122

123123
const defaultAliases: Record<string, string> = {
124124
'@': '/resources/js',
125+
"@actions/": "./resources/js/actions",
126+
"@routes/": "./resources/js/routes",
125127
};
126128

127129
return {

0 commit comments

Comments
 (0)