ignore ts error
This commit is contained in:
parent
3e721d91a5
commit
aa1efcc7ea
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
// @ts-ignore
|
||||
import { pwaInfo } from 'virtual:pwa-info';
|
||||
import '../styles/index.css';
|
||||
|
||||
import '../styles/index.css';
|
||||
const { BASE_URL } = import.meta.env;
|
||||
const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL;
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue