mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Filter locale
This commit is contained in:
parent
c35f4dee64
commit
1222df841b
3 changed files with 5 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "soc_site-astro",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "prisma generate && astro dev",
|
||||
"build": "npm run paraglide:compile && astro build",
|
||||
"dev": "prisma generate --sql && astro dev",
|
||||
"build": "prisma generate --sql && npm run paraglide:compile && astro build",
|
||||
"preview": "astro preview",
|
||||
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src\\paraglide"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue