File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11import './style.css' ;
2+ import viteLogo from '../public/vite.svg' ;
23import { setupCounter } from './counter.ts' ;
34import typescriptLogo from './typescript.svg' ;
45import { isCallable } from '@coldrun/monorepo-typescript-shared' ;
56
67document . querySelector < HTMLDivElement > ( '#app' ) ! . innerHTML = `
78 <div>
89 <a href="https://vitejs.dev" target="_blank">
9- <img src="/vite.svg " class="logo" alt="Vite logo" />
10+ <img src="${ viteLogo } " class="logo" alt="Vite logo" />
1011 </a>
1112 <a href="https://www.typescriptlang.org/" target="_blank">
1213 <img src="${ typescriptLogo } " class="logo vanilla" alt="TypeScript logo" />
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite' ;
22
33const { BASE_URL } = process . env ;
4+
45export default defineConfig ( {
56 base : BASE_URL || '/' ,
67} ) ;
You can’t perform that action at this time.
0 commit comments