Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment)

This commit is contained in:
Dillon Ngo
2026-07-04 20:28:00 +08:00
parent 7cc22d555c
commit 0a24113fdb
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export { };
declare global {
interface Window {
route: any;
Vapor: any;
Vapor: import('laravel-vapor').Vapor;
pusher_key?: string;
pusher?: any;
LARAVEL_VAPOR_ENABLED?: boolean;
-8
View File
@@ -1,14 +1,6 @@
import 'vue';
import '@vue/runtime-dom';
declare global {
interface Window {
Vapor: {
asset(path: string): string;
};
}
}
declare module 'vue' {
interface ComponentCustomProperties {
asset(path: string): string;