File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,3 +12,9 @@ Cargo.lock
1212
1313# MSVC Windows builds of rustc generate these, which store debugging information
1414* .pdb
15+
16+ node_modules /*
17+ dist /*
18+ ** /* .pyc
19+
20+ bun.lockb
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import CommandLineInterface from ' ./components/CommandLineInterface.vue' ;
33import PromptExecutionLogo from ' ./components/PromptExecutionLogo.vue' ;
4- // import HelloWorld from './components/HelloWorld.vue'
54 </script >
65
76<template >
87 <div >
98 <PromptExecutionLogo />
10-
11- <!-- <a href="https://vitejs.dev" target="_blank">
12- <img src="/vite.svg" class="logo" alt="Vite logo" />
13- </a>
14- <a href="https://vuejs.org/" target="_blank">
15- <img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
16- </a> -->
179 </div >
1810 <CommandLineInterface />
1911 <!-- <HelloWorld msg="Vitex + Vue" /> -->
You can’t perform that action at this time.
0 commit comments