chore: server-and-serverless template

This commit is contained in:
e2e
2026-06-26 16:18:38 +02:00
commit 6f73dd63b5
202 changed files with 9060 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en",
"locales": ["en", "fr"],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./messages/{locale}.json"
}
}