use vite to start & build app
This commit is contained in:
+20
-10
@@ -1,16 +1,26 @@
|
||||
# Developement
|
||||
.git
|
||||
.prettierrc
|
||||
.gitignore
|
||||
README.md
|
||||
|
||||
# Node
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Build
|
||||
build
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
.dockerignore
|
||||
|
||||
# Git
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
|
||||
# Builds
|
||||
dist
|
||||
|
||||
# Dev configs
|
||||
.prettierrc
|
||||
.prettierignore
|
||||
jsconfig.json
|
||||
|
||||
# Markdown files
|
||||
*.md
|
||||
|
||||
# Release scripts
|
||||
release
|
||||
Reference in New Issue
Block a user