diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06e81a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,99 @@ +# Dependencies +node_modules/ +*/node_modules/ +admin/node_modules/ +server/node_modules/ + +# Environment files +.env +*.env.local +*.env.development +*.env.test +*.env.production + +# Build outputs +dist/ +build/ +*/dist/ +*/build/ + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Logs +logs/ +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +server.log + +# Runtime data +pids/ +*.pid +*.seed +*.pid.lock + +# Coverage directory used by tools like istanbul +coverage/ +*.lcov + +# Dependency directories +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env +.env.test + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next + +# Nuxt.js build / generate output +.nuxt +dist + +# Storybook build outputs +.out +.storybook-out + +# Temporary folders +tmp/ +temp/ \ No newline at end of file diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000..ecefa9f --- /dev/null +++ b/admin/index.html @@ -0,0 +1,13 @@ + + +
+ + + +Powered by OpenAI's Responses API with 48 Specialized AI Assistants
+{{ assistant.description }}
+ +Successfully migrated from Make.com workflow to Node.js backend
+Choose your account to continue
+