Skip to content

Commit 1c2f877

Browse files
committed
wip
1 parent ce8b8c4 commit 1c2f877

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ phpstan.neon
99
testbench.yaml
1010
vendor
1111
node_modules
12+
resources/js/*.log
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
import { createApp } from 'vue'
2-
import App from './App.vue'
3-
4-
createApp(App).mount('#app')

0 commit comments

Comments
 (0)