backend: add static serving + multi-stage Dockerfile, website: add API test dashboard
This commit is contained in:
17
website/.gitignore
vendored
Normal file
17
website/.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Lockfiles
|
||||
bun.lock
|
||||
|
||||
# Vite
|
||||
.vite
|
||||
|
||||
# Build output
|
||||
dist
|
||||
|
||||
# Cache
|
||||
cache
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user