Skip to content

Commit

Permalink
#405 - rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 26, 2024
1 parent b01fdb0 commit baab854
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 43 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"fakerphp/faker": "^1.23",
"guzzlehttp/guzzle": "^7.8",
"inertiajs/inertia-laravel": "^1.0",
"laragear/cache-query": "^4.0",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/socialite": "^5.12",
Expand Down
153 changes: 110 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { networkInterfaces } from 'os'

export default ({ mode }) => {
process.env = { ...process.env, ...loadEnv(mode, process.cwd()) }

return defineConfig({
server: {
host: Object.values(networkInterfaces()).flat().find(i => i.family === 'IPv4' && !i.internal).address,
Expand Down

0 comments on commit baab854

Please sign in to comment.