Initial commit
This commit is contained in:
commit
43a4c7dd29
71 changed files with 14226 additions and 0 deletions
resources/js/types
8
resources/js/types/global.d.ts
vendored
Normal file
8
resources/js/types/global.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { AxiosInstance } from 'axios';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
axios: AxiosInstance;
|
||||
}
|
||||
|
||||
}
|
6
resources/js/types/vite.d.ts
vendored
Normal file
6
resources/js/types/vite.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/// <reference types="vite/client" />
|
||||
/// <reference types="svelte" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_NAME: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue