split the project in 2

This commit is contained in:
Heidi
2026-05-29 18:55:56 +01:00
parent 8aadda2d72
commit aef2113198
523 changed files with 2929 additions and 10 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
export default [
{ ignores: ['dist'] },
{ ignores: ['dist', 'dist-next', 'dist-previous', 'node_modules'] },
{
files: ['**/*.{js,jsx}'],
languageOptions: {
@@ -31,7 +31,7 @@ export default [
},
},
{
files: ['vite.config.js'],
files: ['vite.config.js', 'server.cjs', 'webhook.cjs', 'backend/**/*.cjs'],
languageOptions: {
globals: globals.node,
},