mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
ignore ts error
This commit is contained in:
parent
3e721d91a5
commit
aa1efcc7ea
@ -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…
x
Reference in New Issue
Block a user