Logo API
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
"dev": "vite",
|
||||
"updateVersion": "docker build -t dredgy/flights-api:$npm_config_version -t dredgy/flights-api:latest . && docker push dredgy/flights-api:$npm_config_version && docker push dredgy/flights-api:latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user