Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc1b757a96 | ||
|
|
24b664e85b | ||
|
|
8565e68062 | ||
|
|
a8a95b16a9 |
@@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- "8082:80"
|
||||
volumes:
|
||||
- ./uploads:/var/www/html/var/uploads
|
||||
- ./storage:/var/www/html/var/storage/documents
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -147,7 +147,7 @@ defineEmits<{
|
||||
|
||||
**Step 2: Run lint**
|
||||
|
||||
Run: `cd frontend && npm run lint:fix`
|
||||
Run: `cd Inventory_frontend && npm run lint:fix`
|
||||
|
||||
**Step 3: Replace document list in each of the 5 files**
|
||||
|
||||
@@ -166,7 +166,7 @@ Remove the now-unused imports (`documentIcon`, `formatSize`, `shouldInlinePdf`,
|
||||
|
||||
**Step 4: Run lint + typecheck**
|
||||
|
||||
Run: `cd frontend && npm run lint:fix && npx nuxi typecheck`
|
||||
Run: `cd Inventory_frontend && npm run lint:fix && npx nuxi typecheck`
|
||||
|
||||
**Step 5: Commit**
|
||||
|
||||
@@ -258,7 +258,7 @@ Import sanitize/hydrate functions from the new files. File should end up ~270 li
|
||||
|
||||
**Step 4: Verify all imports across the codebase still work**
|
||||
|
||||
Run: `cd frontend && npx nuxi typecheck`
|
||||
Run: `cd Inventory_frontend && npx nuxi typecheck`
|
||||
|
||||
**Step 5: Commit**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user