mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Module paths (#268)
* refactor: Update file paths for stub files for module creation (#144) --------- Co-authored-by: Dominik Hendrix <dominik.hendrix@g-fittings.com> * Revert unrelated change --------- Co-authored-by: Dominik Hendrix <all@dhendrix.de> Co-authored-by: Dominik Hendrix <dominik.hendrix@g-fittings.com>
This commit is contained in:
committed by
GitHub
parent
06a71fc7b3
commit
6031f0dbdd
@@ -39,8 +39,8 @@ return [
|
||||
'resources/sass/module' => 'Resources/sass/module.scss',
|
||||
'resources/scripts/stores/sample-store' => 'Resources/scripts/stores/sample-store.js',
|
||||
'resources/scripts/views/SamplePage' => 'Resources/scripts/views/SamplePage.vue',
|
||||
'lang/en' => 'Lang/en.json',
|
||||
'lang/locales' => 'Lang/locales.js',
|
||||
'resources/locales/en' => 'Resources/locales/en.json',
|
||||
'resources/locales/locales' => 'Resources/locales/locales.js',
|
||||
'package' => 'package.json',
|
||||
'postcss.config' => 'postcss.config.js',
|
||||
'tailwind.config' => 'tailwind.config.js',
|
||||
@@ -63,8 +63,8 @@ return [
|
||||
'MODULE_NAMESPACE',
|
||||
'PROVIDER_NAMESPACE',
|
||||
],
|
||||
'assets/scripts/module' => ['LOWER_NAME'],
|
||||
'assets/scripts/stores/sample-store' => ['LOWER_NAME'],
|
||||
'resources/scripts/module' => ['LOWER_NAME'],
|
||||
'resources/scripts/stores/sample-store' => ['LOWER_NAME'],
|
||||
'vite.config' => ['LOWER_NAME'],
|
||||
],
|
||||
'gitkeep' => true,
|
||||
|
||||
Reference in New Issue
Block a user