Skip to content

Commit

Permalink
updated snapshots and vite placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Feb 14, 2024
1 parent 0b6479b commit 0f6fa6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'replacements' => [
'routes/web' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE', 'CONTROLLER_NAMESPACE'],
'routes/api' => ['LOWER_NAME', 'STUDLY_NAME'],
'vite' => ['LOWER_NAME'],
'vite' => ['LOWER_NAME', 'STUDLY_NAME'],
'json' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE', 'PROVIDER_NAMESPACE'],
'views/index' => ['LOWER_NAME'],
'views/master' => ['LOWER_NAME', 'STUDLY_NAME'],
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/stubs/vite.stub
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default defineConfig({
});

//export const paths = [
// 'Modules/$LOWER_NAME$/resources/assets/sass/app.scss',
// 'Modules/$LOWER_NAME$/resources/assets/js/app.js',
// 'Modules/$STUDLY_NAME$/resources/assets/sass/app.scss',
// 'Modules/$STUDLY_NAME$/resources/assets/js/app.js',
//];
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export default defineConfig({
});

//export const paths = [
// 'Modules/blog/resources/assets/sass/app.scss',
// 'Modules/blog/resources/assets/js/app.js',
// 'Modules/Blog/resources/assets/sass/app.scss',
// 'Modules/Blog/resources/assets/js/app.js',
//];

0 comments on commit 0f6fa6c

Please sign in to comment.