Skip to content

Commit

Permalink
chore: Node 設定
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab committed May 4, 2024
1 parent 48271b8 commit 33b3874
Show file tree
Hide file tree
Showing 6 changed files with 959 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ web:
docker compose exec web bash
app:
docker compose exec app bash
node:
docker compose exec node bash
tinker:
docker compose exec app php artisan tinker
dump:
Expand Down
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ tasks:
cmds:
- docker compose exec app bash

node:
cmds:
- docker compose exec node bash

tinker:
cmds:
- docker compose exec app php artisan tinker
Expand Down
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
yarn.lock
/.fleet
/.idea
/.vscode
1 change: 1 addition & 0 deletions src/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
Loading

0 comments on commit 33b3874

Please sign in to comment.