diff options
author | Sam Light <samlight1994@gmail.com> | 2025-01-18 23:23:30 +0000 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-01-18 23:23:30 +0000 |
commit | 2c8fdd1d6f07ab5d757395e6a9e8ff4de3f6ec53 (patch) | |
tree | c1663b9c4f70c731442432c9f887571f521c9694 /testbench.yaml | |
parent | b49d12a5c2536075a1b23289c291d8dda56940e1 (diff) |
More testing setup
Diffstat (limited to 'testbench.yaml')
-rw-r--r-- | testbench.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testbench.yaml b/testbench.yaml index 8aa9008..1a18cbb 100644 --- a/testbench.yaml +++ b/testbench.yaml @@ -1,7 +1,7 @@ laravel: '@testbench' providers: - # - Workbench\App\Providers\WorkbenchServiceProvider + - Workbench\App\Providers\WorkbenchServiceProvider migrations: - workbench/database/migrations @@ -18,7 +18,7 @@ workbench: api: false commands: false components: false - views: false + views: true build: - asset-publish - create-sqlite-db @@ -30,3 +30,5 @@ workbench: - from: storage to: workbench/storage reverse: true + - from: workbench/public/css + to: public/css |