Skip to content

Commit

Permalink
Move app in web folder
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Feb 4, 2024
1 parent b0fd40b commit 788d889
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/db_worker/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
(:standard --no-inline)))
(promote
(only *.bc.js)
(into ../../example)
(into ../../web)
(until-clean))
(libraries js_of_ocaml brrer lib data_source db))
2 changes: 1 addition & 1 deletion bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(:standard --no-inline)))
(promote
(only *.bc.js)
(into ../example)
(into ../web)
(until-clean))
(flags :standard -open Brrer)
(libraries
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "ocamix",
"version": "1.0.0",
"description": "A web-based playlist creator",
"main": "example/index.html",
"main": "web/index.html",
"repository": "[email protected]:voodoos/ocamix.git",
"author": "Ulysse Gérard <[email protected]>",
"license": "AGPL-3.0",
"dependencies": {},
"scripts": {
"dev": "esbuild --servedir=example --watch=forever"
"dev": "esbuild --servedir=web --watch=forever"
},
"devDependencies": {
"esbuild": "^0.19.5"
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 788d889

Please sign in to comment.