-
-
-
-
+
+
+
+
+
+
+
+
Color
+
+
+
+
+
+
+
+
+
+
+
+
Edge detection
+
+
+
+
+
+
Characters
+
+
+
+
+
+
Options
+
+
+
+
+
diff --git a/vite.config.js b/vite.config.js
index a5a2fcd..d680b0b 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -16,9 +16,11 @@ export default defineConfig({
},
},
server: {
+ host: '0.0.0.0',
+ allowedHosts: ['asciinator.waynehayesdevelopment.com'],
proxy: {
'/api': {
- target: 'http://localhost:3001',
+ target: 'http://localhost:3050',
rewrite: (path) => path.replace(/^\/api/, ''),
},
},