create-airjam 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -11,9 +11,6 @@ export default defineConfig({
|
|
|
11
11
|
resolve: {
|
|
12
12
|
alias: {
|
|
13
13
|
"@": path.resolve(__dirname, "./src"),
|
|
14
|
-
// Resolve SDK to source files for instant updates during development
|
|
15
|
-
// This only works when running in the monorepo structure
|
|
16
|
-
"@air-jam/sdk": path.resolve(__dirname, "../../../sdk/src"),
|
|
17
14
|
},
|
|
18
15
|
},
|
|
19
16
|
server: {
|