Skip to content

Commit 230a6dd

Browse files
committed
Remove webpack mix
1 parent 9dc6346 commit 230a6dd

File tree

4 files changed

+104
-992
lines changed

4 files changed

+104
-992
lines changed

.vscode/terminals.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,13 @@
1212
"commands": ["php artisan serve"],
1313
"color": "terminal.ansiGreen"
1414
},
15-
16-
{
17-
"name": "Webpack Mix Terminal",
18-
"description": "Running webpack server",
19-
"focus": true,
20-
"execute": true,
21-
"recycle": true,
22-
"commands": ["npm run mix:watch"],
23-
"color": "terminal.ansiRed"
24-
},
25-
2615
{
2716
"name": "ViteJs Terminal",
2817
"description": "Running vite server",
2918
"focus": true,
3019
"execute": true,
3120
"recycle": true,
32-
"commands": ["npm run vite:watch"],
21+
"commands": ["npm run dev"],
3322
"color": "terminal.ansiRed"
3423
}
3524
]

0 commit comments

Comments
 (0)