diff --git a/bulb/dist/index.html b/bulb/dist/index.html
new file mode 100644
index 0000000..62ddbfc
--- /dev/null
+++ b/bulb/dist/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ javascript
+
+
+
+
+
\ No newline at end of file
diff --git a/bulb/vite.config.js b/bulb/vite.config.js
new file mode 100644
index 0000000..895e34c
--- /dev/null
+++ b/bulb/vite.config.js
@@ -0,0 +1,5 @@
+import { defineConfig } from 'vite';
+
+export default defineConfig({
+ base: '/BULB/',
+})
\ No newline at end of file