strapi #3

Merged
baobeld merged 7 commits from strapi into main 2025-05-03 23:35:06 -04:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 5a8213c196 - Show all commits

View file

@ -5,6 +5,7 @@ yarn.lock
# Dont even try lol
.svelte-kit
dist
build
node_modules

View file

@ -3,7 +3,9 @@
"private": true,
"version": "0.0.1",
"type": "module",
"workspaces": ["strapi"],
"workspaces": [
"strapi"
],
"scripts": {
"dev": "vite dev",
"compose:up": "docker compose --env-file .env -p strapi -f devops/docker-compose.dev.yml up -d ",