Skip to content

Commit

Permalink
Add package.json to dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 31, 2023
1 parent ae75283 commit 69d6cff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/dummy/db/seeds.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Spree::Core::Engine.load_seed if defined?(Spree::Core)
Spree::Auth::Engine.load_seed if defined?(Spree::Auth)
Alchemy::Seeder.seed!
11 changes: 11 additions & 0 deletions spec/dummy/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "app",
"private": "true",
"dependencies": {
"@alchemy_cms/admin": "~7.0.0-a",
"esbuild": "^0.17.14"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets"
}
}

0 comments on commit 69d6cff

Please sign in to comment.