This commit is contained in:
Kar
2025-03-19 20:42:16 +05:30
commit 11eb64b5e5
44 changed files with 11825 additions and 0 deletions

10
cicd-deploy.yaml Normal file
View File

@@ -0,0 +1,10 @@
build:
command: npm run build
static_build_dir: dist
dev:
command: npm run dev
port: 3000
redirects:
- from: /*
to: /
status: 200